[32830] trunk/dports/mail/freepops/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 20:53:05 PST 2008


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

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

Modified Paths:
--------------
    trunk/dports/mail/freepops/Portfile

Modified: trunk/dports/mail/freepops/Portfile
===================================================================
--- trunk/dports/mail/freepops/Portfile	2008-01-14 04:50:56 UTC (rev 32829)
+++ trunk/dports/mail/freepops/Portfile	2008-01-14 04:53:04 UTC (rev 32830)
@@ -27,14 +27,13 @@
 patchfiles		patch-darwin
 
 pre-configure {
-	cd ${worksrcpath}
-	file copy ${filespath}/${name}.sh.in ${name}.sh
+	file copy ${filespath}/${name}.sh.in ${worksrcpath}/${name}.sh
 	reinplace "s%@PREFIX@%${prefix}%g" \
-		${name}.sh \
-		configure.sh \
-		doc/freepopsd.1 \
-		src/freepops.h \
-		src/lua/freepops.lua
+		${worksrcpath}/${name}.sh \
+		${worksrcpath}/configure.sh \
+		${worksrcpath}/doc/freepopsd.1 \
+		${worksrcpath}/src/freepops.h \
+		${worksrcpath}/src/lua/freepops.lua
 }
 configure.cmd		./configure.sh
 configure.pre_args	osx

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


More information about the macports-changes mailing list