From a1c4c8debaacdd239c1c970d628a6d471dc3c4cb Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Wed, 20 Mar 2024 19:50:46 +0000 Subject: 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 -- cgit v1.2.3