[40605] trunk/dports/gnustep/SQLClient/Portfile

jmr at macports.org jmr at macports.org
Wed Oct 8 01:22:40 PDT 2008


Revision: 40605
          http://trac.macports.org/changeset/40605
Author:   jmr at macports.org
Date:     2008-10-08 01:22:40 -0700 (Wed, 08 Oct 2008)
Log Message:
-----------
SQLClient: remove use of cd

Modified Paths:
--------------
    trunk/dports/gnustep/SQLClient/Portfile

Modified: trunk/dports/gnustep/SQLClient/Portfile
===================================================================
--- trunk/dports/gnustep/SQLClient/Portfile	2008-10-08 08:13:00 UTC (rev 40604)
+++ trunk/dports/gnustep/SQLClient/Portfile	2008-10-08 08:22:40 UTC (rev 40605)
@@ -21,13 +21,12 @@
     . "-lobjc -lgnustep-base"
 }
 post-patch {
-    cd ${worksrcpath}
     reinplace "s|BUNDLE_LIBS +=|BUNDLE_LIBS += -lPerformance -lSQLClient|g" \
-        GNUmakefile
+        ${worksrcpath}/GNUmakefile
     reinplace "s|TOOL_LIBS +=|TOOL_LIBS += -lPerformance|g" \
-        GNUmakefile
+        ${worksrcpath}/GNUmakefile
     reinplace "s|\$(GNUSTEP_INSTALLATION_DIR)|${destroot}${prefix}/GNUstep/Local|g" \
-        GNUmakefile
+        ${worksrcpath}/GNUmakefile
 }
 
 use_configure   yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081008/427935cc/attachment.html 


More information about the macports-changes mailing list