[33305] trunk/dports/net/trafshow/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 23 03:42:13 PST 2008


Revision: 33305
          http://trac.macosforge.org/projects/macports/changeset/33305
Author:   ryandesign at macports.org
Date:     2008-01-23 03:42:11 -0800 (Wed, 23 Jan 2008)

Log Message:
-----------
trafshow: no longer use the deprecated 'cd' command; maintainer timeout; closes #13994

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

Modified: trunk/dports/net/trafshow/Portfile
===================================================================
--- trunk/dports/net/trafshow/Portfile	2008-01-23 11:39:16 UTC (rev 33304)
+++ trunk/dports/net/trafshow/Portfile	2008-01-23 11:42:11 UTC (rev 33305)
@@ -37,7 +37,6 @@
 				reinplace "s;%%PREFIX%%;${prefix};g" ${worksrcpath}/trafshow.c
 				reinplace "s;%%PREFIX%%;${prefix};g" ${worksrcpath}/trafshow.1 }
 
-destroot		{ 	cd ${workpath}/${worksrcdir}
-				xinstall -m 755 -s -c trafshow ${destroot}/${prefix}/bin
-				xinstall -m 755 -s -c trafshow.1 ${destroot}/${prefix}/share/man/man1
-				xinstall -b -m 755 -s -c .trafshow ${destroot}/${prefix}/etc/trafshow.default }
+destroot		{	xinstall -W ${worksrcpath} -m 755 -s -c trafshow ${destroot}/${prefix}/bin
+				xinstall -W ${worksrcpath} -m 755 -s -c trafshow.1 ${destroot}/${prefix}/share/man/man1
+				xinstall -W ${worksrcpath} -b -m 755 -s -c .trafshow ${destroot}/${prefix}/etc/trafshow.default }

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


More information about the macports-changes mailing list