diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 12:46:22 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 13:35:20 +0100 |
commit | 75d8e61a56f53cf4e78e3387df49bc810d115b1b (patch) | |
tree | c2b469970c6bb3b94d87495d0c01b25a79a3d2ad /textproc | |
parent | 491b362a162ab2cd6447c0faaac5dc97264a4919 (diff) | |
download | freebsd-ports-75d8e61a56f53cf4e78e3387df49bc810d115b1b.zip |
textproc/rl: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rl/Makefile | 4 |
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> |