[32823] trunk/dports/editors/TECO/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Jan 13 20:19:09 PST 2008
Revision: 32823
http://trac.macosforge.org/projects/macports/changeset/32823
Author: ryandesign at macports.org
Date: 2008-01-13 20:19:08 -0800 (Sun, 13 Jan 2008)
Log Message:
-----------
TECO: no longer use the deprecated 'cd' command
Modified Paths:
--------------
trunk/dports/editors/TECO/Portfile
Modified: trunk/dports/editors/TECO/Portfile
===================================================================
--- trunk/dports/editors/TECO/Portfile 2008-01-14 03:47:01 UTC (rev 32822)
+++ trunk/dports/editors/TECO/Portfile 2008-01-14 04:19:08 UTC (rev 32823)
@@ -22,11 +22,10 @@
build.target
destroot {
- cd ${worksrcpath}
- xinstall -m 555 te ${destroot}${prefix}/bin
- xinstall -m 444 te.1 ${destroot}${prefix}/share/man/man1
+ xinstall -m 555 -W ${worksrcpath} te ${destroot}${prefix}/bin
+ xinstall -m 444 -W ${worksrcpath} te.1 ${destroot}${prefix}/share/man/man1
xinstall -d ${destroot}${prefix}/share/doc/teco
- xinstall -m 444 teco.doc teco_data.doc sample.tecorc sample.tecorc2 \
+ xinstall -m 444 -W ${worksrcpath} teco.doc teco_data.doc sample.tecorc sample.tecorc2 \
${destroot}${prefix}/share/doc/teco
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080113/07b7be5d/attachment.html
More information about the macports-changes
mailing list