[36908] trunk/dports/devel/flex/Portfile
mww at macports.org
mww at macports.org
Sun May 18 07:16:59 PDT 2008
Revision: 36908
http://trac.macosforge.org/projects/macports/changeset/36908
Author: mww at macports.org
Date: 2008-05-18 07:16:56 -0700 (Sun, 18 May 2008)
Log Message:
-----------
enable parallel build, use 'ln' instaed of 'system' (#15317)
Modified Paths:
--------------
trunk/dports/devel/flex/Portfile
Modified: trunk/dports/devel/flex/Portfile
===================================================================
--- trunk/dports/devel/flex/Portfile 2008-05-18 12:00:46 UTC (rev 36907)
+++ trunk/dports/devel/flex/Portfile 2008-05-18 14:16:56 UTC (rev 36908)
@@ -22,11 +22,13 @@
configure.args --infodir=${prefix}/share/info \
--mandir=${prefix}/share/man
+use_parallel_build yes
+
test.run yes
test.target check
post-destroot {
- system "cd ${destroot}${prefix}/bin && ln -s flex flex++"
+ ln -sf flex ${destroot}${prefix}/bin/flex++
}
livecheck.version flex-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080518/4fb6d9a7/attachment.htm
More information about the macports-changes
mailing list