[27772] trunk/dports/sysutils/logrotate/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 13 21:57:36 PDT 2007


Revision: 27772
          http://trac.macosforge.org/projects/macports/changeset/27772
Author:   markd at macports.org
Date:     2007-08-13 21:57:36 -0700 (Mon, 13 Aug 2007)

Log Message:
-----------
Make port conform to mtree standards properly.

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

Modified: trunk/dports/sysutils/logrotate/Portfile
===================================================================
--- trunk/dports/sysutils/logrotate/Portfile	2007-08-14 04:28:14 UTC (rev 27771)
+++ trunk/dports/sysutils/logrotate/Portfile	2007-08-14 04:57:36 UTC (rev 27772)
@@ -24,7 +24,6 @@
 checksums			${distname}${extract.suffix} md5 552639142e163745f6bcd4f1f3816d8a \
 					logrotate_3.7.1-3.diff.gz md5 7b0dd9835339bbf85f106d4adb25cf0c
 
-destroot.violate_mtree		yes
 patch_sites			http://ftp.debian.org/debian/pool/main/l/logrotate/
 patchfiles			logrotate_3.7.1-3.diff.gz
 
@@ -43,6 +42,6 @@
 destroot {
 		xinstall -m 755 ${worksrcpath}/logrotate ${destroot}${prefix}/sbin
 		xinstall -m 755 ${worksrcpath}/examples/logrotate-default ${destroot}${prefix}/etc/
-		xinstall -d ${destroot}${prefix}/man/man8
-		xinstall -m 755 ${worksrcpath}/logrotate.8 ${destroot}${prefix}/man/man8
+		xinstall -d ${destroot}${prefix}/share/man/man8
+		xinstall -m 755 ${worksrcpath}/logrotate.8 ${destroot}${prefix}/share/man/man8
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070813/c3a8c5b4/attachment.html


More information about the macports-changes mailing list