svn commit: r317920 - head/net-mgmt/argus3
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sat May 11 21:40:30 UTC 2013
Author: rakuco
Date: Sat May 11 21:40:30 2013
New Revision: 317920
URL: http://svnweb.freebsd.org/changeset/ports/317920
Log:
Fix `make package' with MANPAGES=no.
PR: ports/177676
Submitted by: Craig Leres <leres at ee.lbl.gov>
Approved by: Paul Schmehl <pauls at utdallas.edu> (maintainer)
Modified:
head/net-mgmt/argus3/Makefile
Modified: head/net-mgmt/argus3/Makefile
==============================================================================
--- head/net-mgmt/argus3/Makefile Sat May 11 21:37:57 2013 (r317919)
+++ head/net-mgmt/argus3/Makefile Sat May 11 21:40:30 2013 (r317920)
@@ -31,8 +31,10 @@ LIB_DEPENDS+= sasl2:${PORTSDIR}/security
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
More information about the svn-ports-all
mailing list