[39998] trunk/dports/games/moria/Portfile
aschenke at macports.org
aschenke at macports.org
Tue Sep 16 09:36:30 PDT 2008
Revision: 39998
http://trac.macports.org/changeset/39998
Author: aschenke at macports.org
Date: 2008-09-16 09:36:29 -0700 (Tue, 16 Sep 2008)
Log Message:
-----------
removed cd command (fixes trunk and 1.7.0)
Modified Paths:
--------------
trunk/dports/games/moria/Portfile
Modified: trunk/dports/games/moria/Portfile
===================================================================
--- trunk/dports/games/moria/Portfile 2008-09-16 14:42:07 UTC (rev 39997)
+++ trunk/dports/games/moria/Portfile 2008-09-16 16:36:29 UTC (rev 39998)
@@ -19,12 +19,11 @@
configure {
addgroup games
- cd ${worksrcpath}
- file copy unix/Makefile source
- file copy unix/unix.c source
+ file copy ${worksrcpath}/unix/Makefile ${worksrcpath}/source
+ file copy ${worksrcpath}/unix/unix.c ${worksrcpath}/source
reinplace "s|/home/math/grabiner/moria/files|${prefix}/var/games/moria|" \
- source/config.h
+ ${worksrcpath}/source/config.h
}
build {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080916/43d9c501/attachment.html
More information about the macports-changes
mailing list