svn commit: r534818 - head/security/metasploit

Antoine Brodin antoine at FreeBSD.org
Sun May 10 07:28:20 UTC 2020


Author: antoine
Date: Sun May 10 07:28:20 2020
New Revision: 534818
URL: https://svnweb.freebsd.org/changeset/ports/534818

Log:
  Add a missing link

Modified:
  head/security/metasploit/Makefile

Modified: head/security/metasploit/Makefile
==============================================================================
--- head/security/metasploit/Makefile	Sun May 10 06:13:32 2020	(r534817)
+++ head/security/metasploit/Makefile	Sun May 10 07:28:20 2020	(r534818)
@@ -3,6 +3,7 @@
 
 PORTNAME=	metasploit
 PORTVERSION=	5.0.79
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	tanawts at 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
 


More information about the svn-ports-all mailing list