aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2024-03-16 19:42:03 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2024-03-16 19:42:03 +0000
commitef65d393a1accf1f6268556374c21eb81875b22e (patch)
treefbefbc4024496d70a69e98698d93dbbe10a57e76
parenta64681d70842544d82c91af1434b73f2774a91d3 (diff)
downloadports-ef65d393a1accf1f6268556374c21eb81875b22e.tar.gz
ports-ef65d393a1accf1f6268556374c21eb81875b22e.zip
print/openprinting: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--print/openprinting/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile
index d1f67d358a49..9a55bdc3f582 100644
--- a/print/openprinting/Makefile
+++ b/print/openprinting/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openprinting
PORTVERSION= 1.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= print net
MASTER_SITES= SF/openprinting/papi/1.0%20Beta
DISTNAME= papi-${PORTVERSION}_beta
@@ -14,6 +14,7 @@ USES= gettext gmake iconv libtool localbase tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
MAKE_JOBS_UNSAFE= yes
INSTALL_TARGET= install-strip
@@ -75,7 +76,7 @@ PLIST_FILES+=\
libexec/lpd-port \
libexec/psm-ipp.so \
libexec/psm-lpd.so \
- man/man5/psm-ipp.5.gz
+ share/man/man5/psm-ipp.5.gz
.if defined(WITH_PSM_CUPS)
PLIST_FILES+= libexec/psm-cups.so
@@ -94,7 +95,7 @@ post-patch:
${WRKSRC}/source/libpapi-dynamic/Makefile.in
post-install:
-.for unneeded in bin sbin man/man1 man/mani share
+.for unneeded in bin sbin share/examples share/man/man1 share/man/mani
@${RM} -r ${STAGEDIR}${PREFIX}/${unneeded}
.endfor