aboutsummaryrefslogtreecommitdiff
path: root/irc/miau
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-16 02:29:34 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-16 02:29:34 +0000
commit136cc8f44fe06808a711d8d17b4a4edde5528fb2 (patch)
treeb84ea78c60b31723859f75646bb5378e75c71abc /irc/miau
parent23b245ed039e9ae8b8b051e8d072451d35ed49d9 (diff)
downloadports-136cc8f44fe06808a711d8d17b4a4edde5528fb2.tar.gz
ports-136cc8f44fe06808a711d8d17b4a4edde5528fb2.zip
Add DOCS option where PORTDOCS appears in plist.
Notes
Notes: svn path=/head/; revision=362018
Diffstat (limited to 'irc/miau')
-rw-r--r--irc/miau/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/miau/Makefile b/irc/miau/Makefile
index 7dffee3d6b60..ad1407e85d51 100644
--- a/irc/miau/Makefile
+++ b/irc/miau/Makefile
@@ -29,9 +29,8 @@ CONFIGURE_ARGS= --enable-dccbounce \
--disable-dependency-tracking
CPPFLAGS+= -I${LOCALBASE}/include
-.if defined(WITH_IPV6)
-CONFIGURE_ARGS+= --enable-ipv6
-.endif
+OPTIONS_DEFINE= DOCS IPV6
+IPV6_CONFIGURE_ON= --enable-ipv6
post-patch:
@${REINPLACE_CMD} -e 's,\$$datadir/doc/miau/examples,${EXAMPLESDIR},g' \