mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
irc/pounce: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
b19405d0a4
commit
1ee98fdf1e
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue