From b6b0bce4b45a5c421c61f8d5952a94675aebb0ba Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Thu, 14 Mar 2024 10:32:47 +0100 Subject: [PATCH] comms/tits: Move man pages to share/man Approved by: portmgr (blanket) --- comms/tits/Makefile | 3 ++- comms/tits/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/comms/tits/Makefile b/comms/tits/Makefile index 19b0c9eda4d7..d940f070d66b 100644 --- a/comms/tits/Makefile +++ b/comms/tits/Makefile @@ -1,5 +1,6 @@ PORTNAME= tits PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.mctavish.co.uk/tits/ @@ -11,7 +12,7 @@ LICENSE= BSD4CLAUSE USES= uidfix USE_RC_SUBR= tits -MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man +MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/share/man/man post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8 diff --git a/comms/tits/pkg-plist b/comms/tits/pkg-plist index 277728f89306..f95c2e7028e8 100644 --- a/comms/tits/pkg-plist +++ b/comms/tits/pkg-plist @@ -1,3 +1,3 @@ etc/tits.conf.default -man/man8/tits.8.gz sbin/tits +share/man/man8/tits.8.gz