git: b8ee8b0e6c53 - main - irc/catgirl: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 09:58:16 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b8ee8b0e6c5388d38d4b869c8f8d51b253c12cbc
commit b8ee8b0e6c5388d38d4b869c8f8d51b253c12cbc
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 20:29:56 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 09:57:24 +0000
irc/catgirl: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
irc/catgirl/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/irc/catgirl/Makefile b/irc/catgirl/Makefile
index 51908bcc68d5..604c5404905c 100644
--- a/irc/catgirl/Makefile
+++ b/irc/catgirl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= catgirl
PORTVERSION= 2.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= irc
MASTER_SITES= https://git.causal.agency/catgirl/snapshot/
@@ -16,10 +16,10 @@ USES= compiler:c++11-lang ncurses pkgconfig
LIB_DEPENDS+= libtls.so:security/libretls
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man
+CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/share/man
PLIST_FILES= bin/catgirl \
- man/man1/catgirl.1.gz
+ share/man/man1/catgirl.1.gz
.include <bsd.port.pre.mk>