mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
irc/pounce: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
b19405d0a4
commit
1ee98fdf1e
@ -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>
|
||||
|
@ -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…
Reference in New Issue
Block a user