From 04d21c035981ceb0e54e10439288350eab8192c3 Mon Sep 17 00:00:00 2001 From: purplerain Date: Wed, 20 Sep 2023 03:26:04 +0000 Subject: [PATCH] use SITES --- security/metasploit/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index 52c5c26a4..f9eff9feb 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -1,21 +1,19 @@ COMMENT= metasploit framework +CATEGORIES= security +MAINTAINER= Purple Rain VERSION= 6.3.34 DISTNAME= metasploit-framework-${VERSION} -DISTFILES= ${VERSION}.tar.gz - -CATEGORIES= security HOMEPAGE= https://www.metasploit.com -MAINTAINER= Purple Rain - # BSD-3-clause PERMIT_PACKAGE= Yes -MASTER_SITES= https://github.com/rapid7/metasploit-framework/archive/ +DISTFILES= ${VERSION}${EXTRACT_SUFX} +EXTRACT_ONLY= ${VERSION}${EXTRACT_SUFX} -EXTRACT_ONLY= +SITES= https://github.com/rapid7/metasploit-framework/archive/ MODULES= lang/ruby MODRUBY_REV= 3.0