diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-12-26 11:59:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-12-26 11:59:12 +0000 |
commit | 535b2cd3cf08cc7815657c029e199ed5755945db (patch) | |
tree | 8b8bae65903c26991a884a3e102db51e7a2de747 /security/chaosreader | |
parent | 90d079451238bcfaeba186bcb474ba7ac30cb0a8 (diff) |
Notes
Diffstat (limited to 'security/chaosreader')
-rw-r--r-- | security/chaosreader/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/chaosreader/Makefile b/security/chaosreader/Makefile index ac3531d298a8..ee46f4e9e3c5 100644 --- a/security/chaosreader/Makefile +++ b/security/chaosreader/Makefile @@ -5,19 +5,18 @@ PORTNAME= chaosreader PORTVERSION= 0.94 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= SF \ - http://www.skysmurf.nl/comp/FreeBSD/distfiles/ +MASTER_SITES= SF DISTFILES= ${PORTNAME}${PORTVERSION} sshkeydata0.20 EXTRACT_ONLY= -NO_WRKSUBDIR= yes -MAINTAINER= freebsd@skysmurf.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Tool to extract data from tcpdump logs NO_BUILD= yes USES= perl5 shebangfix USE_PERL5= run +NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} bin/sshkeydata SHEBANG_FILES= chaosreader sshkeydata |