diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-25 19:01:35 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-25 19:01:35 +0000 |
commit | 2547246fcb11c761608a0b69987d0d41b4c74475 (patch) | |
tree | 5db7f26580ef27ba06c491cab09233f3087f640e /security | |
parent | e34f5a6e32f6ce53f4b8c4e7d309831d0945b24b (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/metasploit/Makefile | 3 |
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> |