Date: Sun, 21 Jan 2024 20:48:21 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: 2c67c7f63647 - main - net/bindtest: Sanitize MANPREFIX Message-ID: <202401212048.40LKmLTj008035@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=2c67c7f63647286424e6849e397aa0c5805156ee commit 2c67c7f63647286424e6849e397aa0c5805156ee Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 20:28:13 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 20:48:09 +0000 net/bindtest: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net/bindtest/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/bindtest/Makefile b/net/bindtest/Makefile index 2316ab4d5fd3..265f85f08b9f 100644 --- a/net/bindtest/Makefile +++ b/net/bindtest/Makefile @@ -1,6 +1,6 @@ PORTNAME= bindtest PORTVERSION= 1.56 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://sunsite.cnlab-switch.ch/mirror/kame/misc/ \ @@ -14,7 +14,7 @@ WWW= https://www.kame.net/newsletter/20010504/ USES= tar:tgz -PLIST_FILES= bin/bindtest bin/bindtest.sh man/man1/bindtest.1.gz +PLIST_FILES= bin/bindtest bin/bindtest.sh share/man/man1/bindtest.1.gz .include <bsd.port.options.mk> @@ -26,6 +26,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bindtest ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/test.sh \ ${STAGEDIR}${PREFIX}/bin/bindtest.sh - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401212048.40LKmLTj008035>