diff --git a/textproc/fist/Makefile b/textproc/fist/Makefile index 30ddfc4cf627..15119c8d0e8e 100644 --- a/textproc/fist/Makefile +++ b/textproc/fist/Makefile @@ -1,18 +1,20 @@ PORTNAME= fist PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://www.fourmilab.ch/fist/ MAINTAINER= bofh@FreeBSD.org COMMENT= Emphatic message generator WWW= https://www.fourmilab.ch/fist/ LICENSE= PD LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/fist \ - man/man1/fist.1.gz + share/man/man1/fist.1.gz .include