aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-23 14:26:07 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-23 14:26:07 +0000
commit3636c29269a217b5abd15d83b69590da0e89262a (patch)
tree85369cb842014628c0da38f7873cf2d686ab8365
parent19d0591ba1dfaffee898cfd4b36cd7f83ede3003 (diff)
downloadports-3636c29269a217b5abd15d83b69590da0e89262a.tar.gz
ports-3636c29269a217b5abd15d83b69590da0e89262a.zip
sysutils/tmpreaper: Move man pages to share/man
-rw-r--r--sysutils/tmpreaper/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/tmpreaper/Makefile b/sysutils/tmpreaper/Makefile
index e546251b5a79..a5e80369c529 100644
--- a/sysutils/tmpreaper/Makefile
+++ b/sysutils/tmpreaper/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tmpreaper
-PORTVERSION= 1.6.17
+DISTVERSION= 1.6.17
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -11,16 +12,17 @@ WWW= https://packages.debian.org/sid/tmpreaper
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= autoreconf cpe
-CPE_VENDOR= debian
-GNU_CONFIGURE= yes
+USES= autoreconf cpe
+CPE_VENDOR= debian
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-PLIST_FILES= man/man8/tmpreaper.8.gz \
- sbin/tmpreaper
+PLIST_FILES= sbin/tmpreaper \
+ share/man/man8/tmpreaper.8.gz
PORTDOCS= README
OPTIONS_DEFINE= DOCS