[32844] trunk/dports/gnustep/gorm/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Jan 13 21:25:40 PST 2008
Revision: 32844
http://trac.macosforge.org/projects/macports/changeset/32844
Author: ryandesign at macports.org
Date: 2008-01-13 21:25:40 -0800 (Sun, 13 Jan 2008)
Log Message:
-----------
gorm: no longer use the deprecated 'cd' command
Modified Paths:
--------------
trunk/dports/gnustep/gorm/Portfile
Modified: trunk/dports/gnustep/gorm/Portfile
===================================================================
--- trunk/dports/gnustep/gorm/Portfile 2008-01-14 05:23:16 UTC (rev 32843)
+++ trunk/dports/gnustep/gorm/Portfile 2008-01-14 05:25:40 UTC (rev 32844)
@@ -17,8 +17,7 @@
checksums md5 0030f33e8ba0a86e1a53fcdddb585615
post-patch {
- cd ${worksrcpath}/Palettes
- set fl [glob */GNUmakefile.preamble]
+ set fl [glob -directory ${worksrcpath}/Palettes */GNUmakefile.preamble]
foreach i $fl {
reinplace "s|GNUSTEP_TARGET_OS),mingw32|CC_BUNDLE),yes|g" $i
reinplace "s|lGormCore|lGormCore -lGormObjCHeaderParser|g" $i
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080113/52226b4d/attachment-0001.html
More information about the macports-changes
mailing list