aboutsummaryrefslogtreecommitdiff
path: root/security/metasploit/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-05-10 07:28:20 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-05-10 07:28:20 +0000
commit5c616a101cdf5b5b3712a6ff36eccfb14adb30f5 (patch)
tree08c93736b0f1b1e978d72b29e924f469920b3366 /security/metasploit/Makefile
parent81e207fcdf5b3af70165d6dfe2adff41ea022834 (diff)
downloadports-5c616a101cdf5b5b3712a6ff36eccfb14adb30f5.tar.gz
ports-5c616a101cdf5b5b3712a6ff36eccfb14adb30f5.zip
Add a missing link
Notes
Notes: svn path=/head/; revision=534818
Diffstat (limited to 'security/metasploit/Makefile')
-rw-r--r--security/metasploit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile
index ec712d5fe367..e35a356cec46 100644
--- a/security/metasploit/Makefile
+++ b/security/metasploit/Makefile
@@ -3,6 +3,7 @@
PORTNAME= metasploit
PORTVERSION= 5.0.79
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= tanawts@gmail.com
@@ -155,7 +156,7 @@ do-build:
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
cd ${WRKSRC} && ${PAX} -rw . ${STAGEDIR}${DATADIR}
-.for f in msfd msfdb msfrpc msfrpcd msfvenom
+.for f in msfconsole msfd msfdb msfrpc msfrpcd msfvenom
${RLN} ${STAGEDIR}${DATADIR}/${f} ${STAGEDIR}${PREFIX}/bin/${f}
.endfor