[28987] trunk/dports/archivers/zoo/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Sep 12 14:43:06 PDT 2007
Revision: 28987
http://trac.macosforge.org/projects/macports/changeset/28987
Author: nox at macports.org
Date: 2007-09-12 14:43:06 -0700 (Wed, 12 Sep 2007)
Log Message:
-----------
zoo: Removed cd call.
Modified Paths:
--------------
trunk/dports/archivers/zoo/Portfile
Modified: trunk/dports/archivers/zoo/Portfile
===================================================================
--- trunk/dports/archivers/zoo/Portfile 2007-09-12 21:42:28 UTC (rev 28986)
+++ trunk/dports/archivers/zoo/Portfile 2007-09-12 21:43:06 UTC (rev 28987)
@@ -43,14 +43,12 @@
destroot.destdir DESTDIR=${destroot}${prefix}/bin
post-destroot {
- cd ${worksrcpath}
+ xinstall ${worksrcpath}/fiz ${destroot}${prefix}/bin
- xinstall fiz ${destroot}${prefix}/bin
+ eval xinstall -m 0444 [glob ${worksrcpath}/*.1] ${destroot}${prefix}/share/man/man1
- eval xinstall -m 0444 [glob *.1] ${destroot}${prefix}/share/man/man1
-
set docdir ${prefix}/share/doc/${name}-${version}
xinstall -d ${destroot}${docdir}
- xinstall -m 0644 Copyright ${destroot}${docdir}
+ xinstall -m 0644 -W ${worksrcpath}/Copyright ${destroot}${docdir}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070912/5860bc29/attachment.html
More information about the macports-changes
mailing list