Browse Source

irc/pounce: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
overlay
Muhammad Moinur Rahman 1 year ago
parent
commit
1ee98fdf1e
  1. 4
      irc/pounce/Makefile
  2. 4
      irc/pounce/pkg-plist

4
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>

4
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

Loading…
Cancel
Save