[28970] trunk/dports/archivers/hffzip/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 14:05:22 PDT 2007


Revision: 28970
          http://trac.macosforge.org/projects/macports/changeset/28970
Author:   nox at macports.org
Date:     2007-09-12 14:05:22 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
hffzip: Removed {{{cd}}} (again).

Modified Paths:
--------------
    trunk/dports/archivers/hffzip/Portfile

Modified: trunk/dports/archivers/hffzip/Portfile
===================================================================
--- trunk/dports/archivers/hffzip/Portfile	2007-09-12 21:01:51 UTC (rev 28969)
+++ trunk/dports/archivers/hffzip/Portfile	2007-09-12 21:05:22 UTC (rev 28970)
@@ -27,9 +27,8 @@
 worksrcdir      ${name}
 
 post-patch {
-    cd ${worksrcpath}
-    reinplace -E "/^opzioni/s|\$| ${CFLAGS}|" Makefile
-    reinplace -E "/gcc.*${name}/s|\$| ${LDFLAGS}|" Makefile
+    reinplace -E "/^opzioni/s|\$| ${CFLAGS}|" ${worksrcpath}/Makefile
+    reinplace -E "/gcc.*${name}/s|\$| ${LDFLAGS}|" ${worksrcpath}/Makefile
 }
 
 use_configure   no

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070912/229fcda3/attachment.html


More information about the macports-changes mailing list