1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Fix `make package' with MANPAGES=no.

PR:		ports/177676
Submitted by:	Craig Leres <leres@ee.lbl.gov>
Approved by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
This commit is contained in:
Raphael Kubo da Costa 2013-05-11 21:40:30 +00:00
parent a964028c89
commit 707332711f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317920

View File

@ -31,8 +31,10 @@ LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
.endif
.if ${PORT_OPTIONS:MMANPAGES}
MAN5= argus.conf.5
MAN8= argus.8
.endif
post-patch:
@${REINPLACE_CMD} -e 's#/usr/lib/sasl2#${LOCALBASE}/lib/sasl2#' ${WRKSRC}/argus/ArgusOutput.c