[30794] trunk/dports/sysutils/detach/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 7 00:55:59 PST 2007


Revision: 30794
          http://trac.macosforge.org/projects/macports/changeset/30794
Author:   ryandesign at macports.org
Date:     2007-11-07 00:55:59 -0800 (Wed, 07 Nov 2007)

Log Message:
-----------
detach: don't use 'cd' command since it doesn't exist anymore in MacPorts trunk

Modified Paths:
--------------
    trunk/dports/sysutils/detach/Portfile

Modified: trunk/dports/sysutils/detach/Portfile
===================================================================
--- trunk/dports/sysutils/detach/Portfile	2007-11-07 08:53:40 UTC (rev 30793)
+++ trunk/dports/sysutils/detach/Portfile	2007-11-07 08:55:59 UTC (rev 30794)
@@ -13,7 +13,6 @@
 			(In the style of most common daemon processes...)
 master_sites    ftp://ftp.ntnu.no/pub/unix/utils/
 checksums       md5 843c6ff1590a56c1733c958a86cd8a93
-pre-configure   { cd ${worksrcpath} 
-        	  reinplace "s|/usr/local|${destroot}${prefix}|g" Makefile
-        	  reinplace "s|(INSTALLPREFIX)/man|(INSTALLPREFIX)/share/man|g" Makefile }
+pre-configure   { reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Makefile
+        	  reinplace "s|(INSTALLPREFIX)/man|(INSTALLPREFIX)/share/man|g" ${worksrcpath}/Makefile }
 configure 	{}

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


More information about the macports-changes mailing list