Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2020 07:28:20 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534818 - head/security/metasploit
Message-ID:  <202005100728.04A7SKix024239@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005100728.04A7SKix024239>