git: 599e9371a685 - main - devel/py-buildbot-worker: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 01:01:22 UTC
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