aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 15:40:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 15:41:04 +0000
commite10e2022a9b32f3a8011a08e3929fa263a7bdb5d (patch)
tree3f44d94b03a5bd9019dd39d21232987b20cdcfa0 /ports-mgmt
parent73574bb9bc7ae2e2fb10345627d9c86802ffb650 (diff)
downloadports-e10e2022a9b32f3a8011a08e3929fa263a7bdb5d.tar.gz
ports-e10e2022a9b32f3a8011a08e3929fa263a7bdb5d.zip
MAN[1-5]PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg_cleanup/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports-mgmt/pkg_cleanup/Makefile b/ports-mgmt/pkg_cleanup/Makefile
index 8d0018d25035..b76c7f549347 100644
--- a/ports-mgmt/pkg_cleanup/Makefile
+++ b/ports-mgmt/pkg_cleanup/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pkg_cleanup
PORTVERSION= 2.1
+PORTREVISION= 1
CATEGORIES= ports-mgmt
DISTFILES=
@@ -9,7 +10,7 @@ COMMENT= Interactive program for deinstalling 'leaf' packages
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= sbin/pkg_cleanup \
- man/man1/pkg_cleanup.1.gz
+ share/man/man1/pkg_cleanup.1.gz
do-extract:
@${MKDIR} ${WRKSRC}
@@ -17,6 +18,6 @@ do-extract:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pkg_cleanup ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/pkg_cleanup.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/pkg_cleanup.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>