1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

Add a missing link

This commit is contained in:
Antoine Brodin 2020-05-10 07:28:20 +00:00
parent 81e207fcdf
commit 5c616a101c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534818

View File

@ -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