[61834] trunk/dports/net/py26-scapy/Portfile
ecronin at macports.org
ecronin at macports.org
Mon Dec 21 13:31:56 PST 2009
Revision: 61834
http://trac.macports.org/changeset/61834
Author: ecronin at macports.org
Date: 2009-12-21 13:31:55 -0800 (Mon, 21 Dec 2009)
Log Message:
-----------
net/py26-scapy: add python vers as suffix to all binaries/man pages in global path
Modified Paths:
--------------
trunk/dports/net/py26-scapy/Portfile
Modified: trunk/dports/net/py26-scapy/Portfile
===================================================================
--- trunk/dports/net/py26-scapy/Portfile 2009-12-21 21:30:17 UTC (rev 61833)
+++ trunk/dports/net/py26-scapy/Portfile 2009-12-21 21:31:55 UTC (rev 61834)
@@ -6,7 +6,7 @@
name py26-scapy
version 2.0.1
-revision 1
+revision 2
categories net security python
platforms darwin
maintainers pmq
@@ -42,7 +42,7 @@
ln -s ${python.prefix}/bin/scapy \
${destroot}${prefix}/bin/scapy-${python.branch}
ln -s ${python.prefix}/bin/UTscapy \
- ${destroot}${prefix}/bin/UTscapy
+ ${destroot}${prefix}/bin/UTscapy-${python.branch}
ln -s ${python.prefix}/share/man/man1/scapy.1.gz \
- ${destroot}${prefix}/share/man/man1/scapy.1.gz
+ ${destroot}${prefix}/share/man/man1/scapy-${python.branch}.1.gz
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091221/4a983696/attachment.html>
More information about the macports-changes
mailing list