aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-01 00:51:13 +0800
committermiwi <miwi@FreeBSD.org>2014-02-01 00:51:13 +0800
commit61715b5ad4aa2df0baa1c90b3ed1ca675971216b (patch)
treee1460aec80813ed388fb8782cf55ab1c05878866 /security
parent8e863ba52872b920ea828fe2621ad4185507c730 (diff)
downloadfreebsd-ports-graphics-61715b5ad4aa2df0baa1c90b3ed1ca675971216b.tar.gz
freebsd-ports-graphics-61715b5ad4aa2df0baa1c90b3ed1ca675971216b.tar.zst
freebsd-ports-graphics-61715b5ad4aa2df0baa1c90b3ed1ca675971216b.zip
- Stage support
Diffstat (limited to 'security')
-rw-r--r--security/fuzz/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/security/fuzz/Makefile b/security/fuzz/Makefile
index db51ff0abb1..aed676c9208 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>