[32826] trunk/dports/net/angst/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 20:24:30 PST 2008


Revision: 32826
          http://trac.macosforge.org/projects/macports/changeset/32826
Author:   ryandesign at macports.org
Date:     2008-01-13 20:24:29 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
angst: no longer use the deprecated 'cd' command

Modified Paths:
--------------
    trunk/dports/net/angst/Portfile

Modified: trunk/dports/net/angst/Portfile
===================================================================
--- trunk/dports/net/angst/Portfile	2008-01-14 04:21:01 UTC (rev 32825)
+++ trunk/dports/net/angst/Portfile	2008-01-14 04:24:29 UTC (rev 32826)
@@ -13,7 +13,6 @@
 master_sites	sourceforge
 checksums	md5 21643cd776bf478c6fbe4ddabb826be8
 depends_lib	lib:libnet:libnet
-configure   	{ cd ${worksrcpath} 
-	      	  reinplace "s|/usr/local|${prefix}|g" Makefile
-		  reinplace "s|${prefix}/sbin|${destroot}${prefix}/sbin|g" Makefile
-	          reinplace "s|${prefix}/share/man|${destroot}${prefix}/share/man|g" Makefile }
+configure   	{ reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile
+		  reinplace "s|${prefix}/sbin|${destroot}${prefix}/sbin|g" ${worksrcpath}/Makefile
+	          reinplace "s|${prefix}/share/man|${destroot}${prefix}/share/man|g" ${worksrcpath}/Makefile }

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


More information about the macports-changes mailing list