From 037277c495c4a69f56029e71eecf6838910561c8 Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 16 Jul 2014 03:00:46 +0000 Subject: Add DOCS option for ports with PORTDOCS in plist. --- net-im/climm/Makefile | 2 +- net-im/jabber/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-im') diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index d6c33f00685d..2c58a4f069bd 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -16,7 +16,7 @@ USES= gmake pkgconfig GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= ICONV P2P TCL OTR REMOTE XMPP +OPTIONS_DEFINE= ICONV P2P TCL OTR REMOTE XMPP DOCS OPTIONS_DEFAULT=ICONV P2P TCL OTR REMOTE P2P_DESC= Enable Peer2peer connection support OTR_DESC= Enable OTR encryption support diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index f4894d3c4a7c..6c523c0a2326 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libgnutls.so:${PORTSDIR}/security/gnutls \ libexpat.so:${PORTSDIR}/textproc/expat2 -OPTIONS_DEFINE= IPV6 MYSQL PGSQL +OPTIONS_DEFINE= IPV6 MYSQL PGSQL DOCS GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -- cgit