git: e992df8d1bad - main - net/dbeacon: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 20:48:20 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e992df8d1badb646137cadfd5d9835a83d79b106 commit e992df8d1badb646137cadfd5d9835a83d79b106 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 20:27:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 20:48:09 +0000 net/dbeacon: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net/dbeacon/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/dbeacon/Makefile b/net/dbeacon/Makefile index 951c5b998a3a..9671bc50d20d 100644 --- a/net/dbeacon/Makefile +++ b/net/dbeacon/Makefile @@ -1,5 +1,6 @@ PORTNAME= dbeacon PORTVERSION= 0.3.9.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://BSDforge.com/projects/source/net/dbeacon/ @@ -12,11 +13,11 @@ LICENSE= GPLv2+ USES= gmake USE_CXXSTD= c++98 -PLIST_FILES= bin/dbeacon man/man1/dbeacon.1.gz +PLIST_FILES= bin/dbeacon share/man/man1/dbeacon.1.gz USE_RC_SUBR= dbeacon do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/docs/dbeacon.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/dbeacon.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>