diff --git a/irc/pounce/Makefile b/irc/pounce/Makefile index d15f4a36c47c..573fee4b8786 100644 --- a/irc/pounce/Makefile +++ b/irc/pounce/Makefile @@ -1,38 +1,38 @@ PORTNAME= pounce DISTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= https://git.causal.agency/pounce/snapshot/ MAINTAINER= june@causal.agency COMMENT= Multi-client IRC bouncer WWW= https://git.causal.agency/pounce/ LICENSE= GPLv3+ 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 .if ${SSL_DEFAULT} != libressl LIB_DEPENDS+= libtls.so:security/libretls .endif .if ${SSL_DEFAULT} == base OPENSSL_BIN=/usr/bin/openssl .else OPENSSL_BIN=${LOCALBASE}/bin/openssl .endif post-install: @${MKDIR} ${STAGEDIR}/var/run/calico .for b in calico pounce ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b} .endfor .include 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