Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 01:01:22 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 599e9371a685 - main - devel/py-buildbot-worker: Sanitize MANPREFIX
Message-ID:  <202401210101.40L11MZQ008930@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=599e9371a685749587f523ff51429cfa3e18eb1a

commit 599e9371a685749587f523ff51429cfa3e18eb1a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 00:59:35 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 01:01:08 +0000

    devel/py-buildbot-worker: Sanitize MANPREFIX
---
 devel/py-buildbot-worker/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/py-buildbot-worker/Makefile b/devel/py-buildbot-worker/Makefile
index aec34deeb288..4a8d95117841 100644
--- a/devel/py-buildbot-worker/Makefile
+++ b/devel/py-buildbot-worker/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	buildbot-worker
 PORTVERSION=	3.10.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -31,7 +32,7 @@ USERS=		buildbot
 GROUPS=		buildbot
 
 POST_PLIST+=	fix-plist
-PLIST_FILES=	man/man1/buildbot-worker.1.gz
+PLIST_FILES=	share/man/man1/buildbot-worker.1.gz
 
 # XXX fixup plist. see:
 # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205056
@@ -39,7 +40,7 @@ fix-plist:
 	${REINPLACE_CMD} -e 's|^${BUILDBOT_REMOVE_ME}$$||' ${TMPPLIST}
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/docs/buildbot-worker.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/docs/buildbot-worker.1 ${STAGEDIR}${MANPREFIX}/share/man/man1
 
 do-test:
 	${MKDIR} ${WRKDIR}/tmp



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