aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 12:56:16 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 13:19:40 +0000
commitbca00cb08e4ba74e47bdd79ce04d730bef7f61f2 (patch)
tree2a07cf7bad517ea8a3310427efb77152b62fb2a0
parent474b8a92785d7c8399d4993d73768adef1543479 (diff)
downloadports-bca00cb08e4ba74e47bdd79ce04d730bef7f61f2.tar.gz
ports-bca00cb08e4ba74e47bdd79ce04d730bef7f61f2.zip
security/fuzz: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--security/fuzz/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/fuzz/Makefile b/security/fuzz/Makefile
index a0c81ccedc08..843deb300b8b 100644
--- a/security/fuzz/Makefile
+++ b/security/fuzz/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fuzz
PORTVERSION= 0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF
@@ -9,8 +9,9 @@ COMMENT= Tool for testing software by bombarding the program with random data
WWW= https://fuzz.sourceforge.net/
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/fuzz \
- man/man1/fuzz.1.gz
+ share/man/man1/fuzz.1.gz
.include <bsd.port.mk>