diff --git a/textproc/rl/Makefile b/textproc/rl/Makefile index 7fafe807c25c..4b27954e6355 100644 --- a/textproc/rl/Makefile +++ b/textproc/rl/Makefile @@ -1,17 +1,19 @@ PORTNAME= rl PORTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://arthurdejong.org/rl/ MAINTAINER= jharris@widomaker.com COMMENT= Randomizes lines from a specified input file WWW= https://arthurdejong.org/rl/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= bin/rl man/man1/rl.1.gz +PLIST_FILES= bin/rl share/man/man1/rl.1.gz .include