[25824] trunk/dports/devel/perforce/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sat Jun 2 22:25:39 PDT 2007
Revision: 25824
http://trac.macosforge.org/projects/macports/changeset/25824
Author: jberry at macports.org
Date: 2007-06-02 22:25:39 -0700 (Sat, 02 Jun 2007)
Log Message:
-----------
replace workdir (deprecated) with workpath
Modified Paths:
--------------
trunk/dports/devel/perforce/Portfile
Modified: trunk/dports/devel/perforce/Portfile
===================================================================
--- trunk/dports/devel/perforce/Portfile 2007-06-03 05:19:59 UTC (rev 25823)
+++ trunk/dports/devel/perforce/Portfile 2007-06-03 05:25:39 UTC (rev 25824)
@@ -18,9 +18,8 @@
p4.1 md5 e5cada2f402e1e016be7999fdc49035d \
p4d md5 b00b4a3ff97afe4526ba2a7a8fa7008c \
p4d.1 md5 1aa86f28ba0698266bf1dcaded3e4106
-extract { system "mkdir -p ${portpath}/${workdir}/${worksrcdir}"
- system "cp ${distpath}/* \
- ${portpath}/${workdir}/${worksrcdir}/" }
+extract { system "mkdir -p ${worksrcpath}"
+ system "cp ${distpath}/* ${worksrcpath}/" }
configure {}
build {}
destroot { cd ${worksrcpath}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070602/a776a5f1/attachment.html
More information about the macports-changes
mailing list