git: 745b43cb922f - main - emulators/cingb: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 19:25:37 UTC
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}