Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 14:40:36 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3636c29269a2 - main - sysutils/tmpreaper: Move man pages to share/man
Message-ID:  <202401231440.40NEeakE062417@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3636c29269a217b5abd15d83b69590da0e89262a

commit 3636c29269a217b5abd15d83b69590da0e89262a
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-23 14:26:07 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-23 14:26:07 +0000

    sysutils/tmpreaper: Move man pages to share/man
---
 sysutils/tmpreaper/Makefile | 14 ++++++++------
 1 file 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231440.40NEeakE062417>