[111381] trunk/dports/sysutils/clamav/Portfile

dluke at macports.org dluke at macports.org
Thu Sep 19 13:59:08 PDT 2013


Revision: 111381
          https://trac.macports.org/changeset/111381
Author:   dluke at macports.org
Date:     2013-09-19 13:59:08 -0700 (Thu, 19 Sep 2013)
Log Message:
-----------
clamav: new version installs .sample config files, so we don't need to do config file munging post-destroot

Modified Paths:
--------------
    trunk/dports/sysutils/clamav/Portfile

Modified: trunk/dports/sysutils/clamav/Portfile
===================================================================
--- trunk/dports/sysutils/clamav/Portfile	2013-09-19 20:47:23 UTC (rev 111380)
+++ trunk/dports/sysutils/clamav/Portfile	2013-09-19 20:59:08 UTC (rev 111381)
@@ -45,9 +45,6 @@
 			}
 		}
 post-destroot {
-			file rename "${destroot}${prefix}/etc/freshclam.conf" "${destroot}${prefix}/etc/example-freshclam.conf"
-			file rename "${destroot}${prefix}/etc/clamd.conf" "${destroot}${prefix}/etc/example-clamd.conf"
-
 			#muniversal should allow this to be hooked in some way that's less gross
 			#this code copied from nspr's portfile
 			if {[variant_isset universal]} {
@@ -64,9 +61,6 @@
 variant clamav_milter description {build with libmilter support} {
 			depends_lib-append port:libmilter
 			configure.args-append --enable-milter
-			post-destroot {
-				file rename "${destroot}${prefix}/etc/clamav-milter.conf" "${destroot}${prefix}/etc/example-clamav-milter.conf"
-				}
 			}
 
 livecheck.type		regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130919/8285dfd7/attachment.html>


More information about the macports-changes mailing list