summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/metasploit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile
index 8be945e1a166..3388bdc075c4 100644
--- a/security/metasploit/Makefile
+++ b/security/metasploit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= metasploit
PORTVERSION= 2.3
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.metasploit.org/tools/
DISTNAME= framework-${PORTVERSION}
@@ -31,7 +32,7 @@ do-install:
${MKDIR} ${DATADIR}
${CP} -Rp ${WRKSRC}/ ${DATADIR}
. for i in msfcli msfconsole msfdldebug msfelfscan msfencode msflogdump msfpayload msfpayload.cgi msfpescan msfupdate msfweb
- ${LN} -s ${WRKSRC}/$i ${PREFIX}/bin/
+ ${LN} -s ${DATADIR}/$i ${PREFIX}/bin/
. endfor
.include <bsd.port.post.mk>