summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-01-25 19:01:35 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-01-25 19:01:35 +0000
commit2547246fcb11c761608a0b69987d0d41b4c74475 (patch)
tree5db7f26580ef27ba06c491cab09233f3087f640e /security
parentUpdate to 0.9.10 (diff)
Fix package, don't create links to WRKSRC into PREFIX
Bump PORTREVISION PR: 76593 Submitted by: Yonatan <onatan@gmail.com>
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>