diff --git a/security/fuzz/Makefile b/security/fuzz/Makefile index a0c81ccedc08..843deb300b8b 100644 --- a/security/fuzz/Makefile +++ b/security/fuzz/Makefile @@ -1,16 +1,17 @@ PORTNAME= fuzz PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org 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