git: a1c4c8debaac - main - print/rlpr: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 19:51:45 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a1c4c8debaacdd239c1c970d628a6d471dc3c4cb
commit a1c4c8debaacdd239c1c970d628a6d471dc3c4cb
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 19:50:46 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 19:51:26 +0000
print/rlpr: Move man pages to share/man
Approved by: portmgr (blanket)
---
print/rlpr/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile
index f303c75a6981..7940bbd4e1cb 100644
--- a/print/rlpr/Makefile
+++ b/print/rlpr/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rlpr
PORTVERSION= 2.06
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print net
MASTER_SITES= http://fossies.org/unix/misc/old/ \
http://linuxfocus.org/~guido/ \
@@ -14,6 +14,7 @@ LICENSE= GPLv2
USES= cpe
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
# rlpr supports gettext/libintl, but does not currently come with ANY
# translation .po files. When this changes, it would make sense to
# enable the use of gettext in this port:
@@ -35,7 +36,7 @@ post-install:
${STAGEDIR}${PREFIX}/bin/rlpr \
${STAGEDIR}${PREFIX}/bin/rlprm
-PLIST_FILES+= man/man1/rlpq.1.gz man/man1/rlpr.1.gz man/man1/rlprm.1.gz \
- man/man5/rlprrc.5.gz man/man8/rlprd.8.gz
+PLIST_FILES+= share/man/man1/rlpq.1.gz share/man/man1/rlpr.1.gz share/man/man1/rlprm.1.gz \
+ share/man/man5/rlprrc.5.gz share/man/man8/rlprd.8.gz
.include <bsd.port.mk>