[56463] trunk/dports/devel/perforce/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Aug 28 01:28:33 PDT 2009


Revision: 56463
          http://trac.macports.org/changeset/56463
Author:   ryandesign at macports.org
Date:     2009-08-28 01:28:32 -0700 (Fri, 28 Aug 2009)
Log Message:
-----------
perforce: simplify destroot: don't need to create directories MacPorts creates for you

Modified Paths:
--------------
    trunk/dports/devel/perforce/Portfile

Modified: trunk/dports/devel/perforce/Portfile
===================================================================
--- trunk/dports/devel/perforce/Portfile	2009-08-28 08:24:02 UTC (rev 56462)
+++ trunk/dports/devel/perforce/Portfile	2009-08-28 08:28:32 UTC (rev 56463)
@@ -39,10 +39,6 @@
 build {}
 
 destroot {
-    system "install -o root -m 755 -d ${destroot}${prefix}/bin"
-    system "install -o root -m 755 -d ${destroot}${prefix}/sbin"
-    system "install -o root -m 755 -d ${destroot}${prefix}/share/man/man1"
-    system "install -o root -m 755 -d ${destroot}${prefix}/share/man/man8"
     system "cd ${worksrcpath} && install -o root -m 755 -c p4 ${destroot}${prefix}/bin"
     system "cd ${worksrcpath} && install -o root -m 755 -c p4d ${destroot}${prefix}/sbin"
     system "cd ${worksrcpath} && install -o root -m 644 -c p4.1 ${destroot}${prefix}/share/man/man1"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090828/b79c4b7c/attachment.html>


More information about the macports-changes mailing list