aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 19:50:46 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 19:51:26 +0000
commita1c4c8debaacdd239c1c970d628a6d471dc3c4cb (patch)
treed2459293e425e2c3a0662957871b3564ab076535 /print
parent0154dabf16405ce715b895bf83b9474f05b52691 (diff)
downloadports-a1c4c8debaacdd239c1c970d628a6d471dc3c4cb.tar.gz
ports-a1c4c8debaacdd239c1c970d628a6d471dc3c4cb.zip
Diffstat (limited to 'print')
-rw-r--r--print/rlpr/Makefile7
1 files 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>