[39999] trunk/dports/games/rogue/Portfile
aschenke at macports.org
aschenke at macports.org
Tue Sep 16 09:37:08 PDT 2008
Revision: 39999
http://trac.macports.org/changeset/39999
Author: aschenke at macports.org
Date: 2008-09-16 09:37:08 -0700 (Tue, 16 Sep 2008)
Log Message:
-----------
removed cd command (fixes trunk and 1.7.0)
Modified Paths:
--------------
trunk/dports/games/rogue/Portfile
Modified: trunk/dports/games/rogue/Portfile
===================================================================
--- trunk/dports/games/rogue/Portfile 2008-09-16 16:36:29 UTC (rev 39998)
+++ trunk/dports/games/rogue/Portfile 2008-09-16 16:37:08 UTC (rev 39999)
@@ -33,7 +33,6 @@
build.cmd { make }
destroot {
- cd ${worksrcpath}
- xinstall -m 755 -c rogue54 ${destroot}${prefix}/bin/rogue
- xinstall -m 644 -c rogue.6 ${destroot}${prefix}/share/man/man6/
+ xinstall -m 755 -c ${worksrcpath}/rogue54 ${destroot}${prefix}/bin/rogue
+ xinstall -m 644 -c ${worksrcpath}/rogue.6 ${destroot}${prefix}/share/man/man6/
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080916/25a2780d/attachment.html
More information about the macports-changes
mailing list