From 9501ea1f32ab9824bc769983eb68b29d5766e696 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Nov 2015 13:12:32 +0000 Subject: [PATCH] - Fix MASTER_SITES - Use USES=tar:tgz Approved by: portmgr (blanket) --- security/unhide/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/unhide/Makefile b/security/unhide/Makefile index f4072da6bc6d..232cf0ad1386 100644 --- a/security/unhide/Makefile +++ b/security/unhide/Makefile @@ -4,9 +4,8 @@ PORTNAME= unhide PORTVERSION= 20121229 CATEGORIES= security -MASTER_SITES= SF/${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME} DISTNAME= ${PORTNAME}_${DISTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ntarmos@ceid.upatras.gr COMMENT= Forensic tool to find hidden processes and TCP/UDP ports @@ -14,6 +13,7 @@ COMMENT= Forensic tool to find hidden processes and TCP/UDP ports LICENSE= GPLv3 NO_WRKSUBDIR= true +USES= tar:tgz PLIST_FILES= man/man8/unhide.8.gz \ man/man8/unhide-tcp.8.gz \ sbin/unhide \