git: 75d8e61a56f5 - main - textproc/rl: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 12:36:19 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=75d8e61a56f53cf4e78e3387df49bc810d115b1b
commit 75d8e61a56f53cf4e78e3387df49bc810d115b1b
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 11:46:22 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 12:35:20 +0000
textproc/rl: Moved man to share/man
Approved by: portmgr (blanket)
---
textproc/rl/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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>