aboutsummaryrefslogtreecommitdiff
path: root/security/metasploit/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-01-12 03:52:42 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-01-12 03:52:42 +0000
commit618100dfbae740a5fff1c0e5fc7edd4152af0e87 (patch)
tree77de6430c13b90c61f17dd6106c1ce16730d9d02 /security/metasploit/Makefile
parent0aac959c3a91cf8e93c874c90ce28db53b5b1826 (diff)
downloadports-618100dfbae740a5fff1c0e5fc7edd4152af0e87.tar.gz
ports-618100dfbae740a5fff1c0e5fc7edd4152af0e87.zip
Notes
Diffstat (limited to 'security/metasploit/Makefile')
-rw-r--r--security/metasploit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile
index 58bc5d0f1c26..8be945e1a166 100644
--- a/security/metasploit/Makefile
+++ b/security/metasploit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= metasploit
-PORTVERSION= 2.2
+PORTVERSION= 2.3
CATEGORIES= security
MASTER_SITES= http://www.metasploit.org/tools/
DISTNAME= framework-${PORTVERSION}
@@ -30,7 +30,7 @@ IGNORE= "This port requires perl version 5.6.0 or higher."
do-install:
${MKDIR} ${DATADIR}
${CP} -Rp ${WRKSRC}/ ${DATADIR}
-. for i in msfcli msfconsole msfdldebug msfencode msflogdump msfpayload msfpayload.cgi msfpescan msfupdate msfweb
+. for i in msfcli msfconsole msfdldebug msfelfscan msfencode msflogdump msfpayload msfpayload.cgi msfpescan msfupdate msfweb
${LN} -s ${WRKSRC}/$i ${PREFIX}/bin/
. endfor