aboutsummaryrefslogtreecommitdiff
path: root/security/unhide
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-06 13:12:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-06 13:12:32 +0000
commit9501ea1f32ab9824bc769983eb68b29d5766e696 (patch)
tree31add26752f473ce6594c12e9bc25a4cfaa05436 /security/unhide
parentfedcb81a876233f3872fd96f439c00cde11eb765 (diff)
downloadports-9501ea1f32ab9824bc769983eb68b29d5766e696.tar.gz
ports-9501ea1f32ab9824bc769983eb68b29d5766e696.zip
- Fix MASTER_SITES
- Use USES=tar:tgz Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=400932
Diffstat (limited to 'security/unhide')
-rw-r--r--security/unhide/Makefile4
1 files 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 \