[43744] trunk/dports/lang/perl5/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Sat Dec 13 22:41:50 PST 2008
Revision: 43744
http://trac.macports.org/changeset/43744
Author: mcalhoun at macports.org
Date: 2008-12-13 22:41:50 -0800 (Sat, 13 Dec 2008)
Log Message:
-----------
perl5: Make link in r43743 relative and increase revision.
Modified Paths:
--------------
trunk/dports/lang/perl5/Portfile
Modified: trunk/dports/lang/perl5/Portfile
===================================================================
--- trunk/dports/lang/perl5/Portfile 2008-12-14 06:39:25 UTC (rev 43743)
+++ trunk/dports/lang/perl5/Portfile 2008-12-14 06:41:50 UTC (rev 43744)
@@ -4,7 +4,7 @@
name perl5
version 5.8.8
-revision 1
+revision 2
categories lang
platforms darwin freebsd linux
maintainers mcalhoun
@@ -72,7 +72,7 @@
depends_lib port:perl5.8
post-destroot {
- ln -s ${prefix}/bin/perl${version} ${destroot}${prefix}/bin/$name
+ ln -s perl${version} ${destroot}${prefix}/bin/$name
}
#######################################################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081213/e2769ab6/attachment.html>
More information about the macports-changes
mailing list