aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 11:46:22 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 12:35:20 +0000
commit75d8e61a56f53cf4e78e3387df49bc810d115b1b (patch)
treec2b469970c6bb3b94d87495d0c01b25a79a3d2ad /textproc
parent491b362a162ab2cd6447c0faaac5dc97264a4919 (diff)
downloadports-75d8e61a56f53cf4e78e3387df49bc810d115b1b.tar.gz
ports-75d8e61a56f53cf4e78e3387df49bc810d115b1b.zip
textproc/rl: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/rl/Makefile b/textproc/rl/Makefile
index 7fafe807c25c..4b27954e6355 100644
--- a/textproc/rl/Makefile
+++ b/textproc/rl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= rl
PORTVERSION= 0.2.7
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://arthurdejong.org/rl/
@@ -11,7 +12,8 @@ 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 <bsd.port.mk>