diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 15:54:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 15:54:10 +0000 |
commit | e64855c99cdf9b488ef56f8470ad17753526c8cc (patch) | |
tree | a95b737e2a5141881282c5d07edf5d0cbc6adc15 /security/ssdeep | |
parent | 7fe87702ad8e27adf89fd9ccd9172483832fbaf8 (diff) | |
download | ports-e64855c99cdf9b488ef56f8470ad17753526c8cc.tar.gz ports-e64855c99cdf9b488ef56f8470ad17753526c8cc.zip |
Notes
Diffstat (limited to 'security/ssdeep')
-rw-r--r-- | security/ssdeep/Makefile | 5 | ||||
-rw-r--r-- | security/ssdeep/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/security/ssdeep/Makefile b/security/ssdeep/Makefile index d6f43b872f40..f61af7306cdf 100644 --- a/security/ssdeep/Makefile +++ b/security/ssdeep/Makefile @@ -14,10 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes -MAN1= ssdeep.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/ssdeep/pkg-plist b/security/ssdeep/pkg-plist index fd79c0a0b819..371fcf359cbb 100644 --- a/security/ssdeep/pkg-plist +++ b/security/ssdeep/pkg-plist @@ -4,3 +4,4 @@ lib/libfuzzy.a lib/libfuzzy.la lib/libfuzzy.so lib/libfuzzy.so.2 +man/man1/ssdeep.1.gz |