From bca00cb08e4ba74e47bdd79ce04d730bef7f61f2 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 25 Feb 2024 13:56:16 +0100 Subject: [PATCH] security/fuzz: Moved man to share/man Approved by: portmgr (blanket) --- security/fuzz/Makefile | 5 +++-- 1 file 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