git: ed6ea3db4a9d - main - net/tableutil: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 19:25:52 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed6ea3db4a9dcb83d543de707769b5c26f353e9b commit ed6ea3db4a9dcb83d543de707769b5c26f353e9b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 19:07:50 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 19:25:27 +0000 net/tableutil: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net/tableutil/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/tableutil/Makefile b/net/tableutil/Makefile index bf9831782baa..961fd39e576e 100644 --- a/net/tableutil/Makefile +++ b/net/tableutil/Makefile @@ -1,6 +1,6 @@ PORTNAME= tableutil PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://expiretable.fnord.se/ @@ -11,10 +11,10 @@ WWW= https://expiretable.fnord.se/ LICENSE= ISCL LICENSE_FILE= ${PATCHDIR}/LICENSE.txt -PLIST_FILES= bin/tableutil man/man1/tableutil.1.gz +PLIST_FILES= bin/tableutil share/man/man1/tableutil.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>