diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-22 02:04:24 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-22 10:42:26 +0000 |
commit | 1ee98fdf1e77c265a9af9e586e46a2b451e96742 (patch) | |
tree | d931f307d8264a6bac162c3039f8f7863fecad7e | |
parent | b19405d0a40b87f9ef91c7d14eedf82557ef74cc (diff) |
irc/pounce: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r-- | irc/pounce/Makefile | 4 | ||||
-rw-r--r-- | irc/pounce/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile index d15f4a36c47c..573fee4b8786 100644 --- a/irc/pounce/Makefile +++ b/irc/pounce/Makefile @@ -1,6 +1,6 @@ PORTNAME= pounce DISTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= https://git.causal.agency/pounce/snapshot/ @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c11 localbase:ldflags ssl USE_RC_SUBR= calico pounce -MAKE_ENV+= MANDIR=${MANPREFIX}/man +MAKE_ENV+= MANDIR=${PREFIX}/share/man CFLAGS+= -D'OPENSSL_BIN=\"${OPENSSL_BIN}\"' .include <bsd.port.pre.mk> diff --git a/irc/pounce/pkg-plist b/irc/pounce/pkg-plist index a18f553886d9..3ad0c4c8da78 100644 --- a/irc/pounce/pkg-plist +++ b/irc/pounce/pkg-plist @@ -1,5 +1,5 @@ bin/calico bin/pounce -man/man1/calico.1.gz -man/man1/pounce.1.gz +share/man/man1/calico.1.gz +share/man/man1/pounce.1.gz @dir /var/run/calico |