Date: Sun, 21 Jan 2024 19:25:37 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: 745b43cb922f - main - emulators/cingb: Sanitize MANPREFIX Message-ID: <202401211925.40LJPbnH071863@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=745b43cb922f64b62d0d57de155e4f57c0fadfb3 commit 745b43cb922f64b62d0d57de155e4f57c0fadfb3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 18:22:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 19:25:24 +0000 emulators/cingb: Sanitize MANPREFIX Approved by: portmgr (blanket) --- emulators/cingb/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emulators/cingb/Makefile b/emulators/cingb/Makefile index 7e95a9764614..2c9acb16e1b7 100644 --- a/emulators/cingb/Makefile +++ b/emulators/cingb/Makefile @@ -1,7 +1,7 @@ PORTNAME= cingb DISTVERSIONPREFIX= v DISTVERSION= 0.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= 0mp@FreeBSD.org @@ -23,7 +23,7 @@ LDFLAGS+= -lpthread PLIST_FILES= bin/cingb \ bin/cingb_conf \ - man/man6/cingb.6.gz + share/man/man6/cingb.6.gz PORTDOCS= README.FAQ README.md OPTIONS_DEFINE= DEBUG DOCS @@ -62,7 +62,7 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cingb ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/cingb_conf ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/freebsd/cingb.6 ${STAGEDIR}${MANPREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/man/freebsd/cingb.6 ${STAGEDIR}${PREFIX}/share/man/man6/ do-install-DEBUG-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211925.40LJPbnH071863>