aboutsummaryrefslogtreecommitdiff
path: root/irc/ngircd/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-09-05 12:54:46 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-09-05 12:54:46 +0000
commitfaec18e2c9adc46d9983379cc69e4d4a12755207 (patch)
treecdc728d2562b390e8484a3c638f027fbce141374 /irc/ngircd/Makefile
parent3d45b5bc422af32407484d75266353a79468fc1d (diff)
downloadports-faec18e2c9adc46d9983379cc69e4d4a12755207.tar.gz
ports-faec18e2c9adc46d9983379cc69e4d4a12755207.zip
Notes
Diffstat (limited to 'irc/ngircd/Makefile')
-rw-r--r--irc/ngircd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile
index c340f5cfb5bc..fdb6bbd3eef6 100644
--- a/irc/ngircd/Makefile
+++ b/irc/ngircd/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ngircd
-PORTVERSION= 20.2
+PORTVERSION= 20.3
PORTEPOCH= 1
CATEGORIES= irc ipv6
MASTER_SITES= ftp://ftp.berlios.de/pub/%SUBDIR%/ \
@@ -22,7 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
MAN5= ngircd.conf.5
MAN8= ngircd.8
-OPTIONS_DEFINE=TCP_WRAPPERS SYSLOG ZLIB IPV6 OPENSSL GNUTLS IRCPLUS IDENT SNIFFER DEBUG
+OPTIONS_DEFINE=DOCS TCP_WRAPPERS SYSLOG ZLIB IPV6 OPENSSL GNUTLS IRCPLUS IDENT SNIFFER DEBUG
OPTIONS_DEFAULT=TCP_WRAPPERS SYSLOG ZLIB IPV6 IRCPLUS
NO_OPTIONS_SORT=yes
TCP_WRAPPERS_DESC=Enable TCP wrappers support
@@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --enable-sniffer
CONFIGURE_ARGS+= --enable-debug
.endif
-.if defined(NOPORTDOCS)
+.if ! ${PORT_OPTIONS:MDOCS}
MAKE_ARGS+= NOPORTDOCS=yes
.endif