diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 16:51:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 16:51:13 +0000 |
commit | d72c7fdbdef1583e649dbda3152089e2a6c6b98a (patch) | |
tree | e1460aec80813ed388fb8782cf55ab1c05878866 /security/fuzz | |
parent | a773af0fc00024412d1081a856c74d11cd6651a1 (diff) |
Notes
Diffstat (limited to 'security/fuzz')
-rw-r--r-- | security/fuzz/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/fuzz/Makefile b/security/fuzz/Makefile index db51ff0abb11..aed676c9208c 100644 --- a/security/fuzz/Makefile +++ b/security/fuzz/Makefile @@ -12,11 +12,7 @@ COMMENT= Tool for testing software by bombarding the program with random data GNU_CONFIGURE= yes -MAN1= fuzz.1 -PLIST_FILES= bin/fuzz - -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} +PLIST_FILES= bin/fuzz \ + man/man1/fuzz.1.gz .include <bsd.port.mk> |