ports/175191: [MAINTAINER] irc/riece: add default option setting

Yasuhiro KIMURA yasu at utahime.org
Fri Jan 11 13:40:08 UTC 2013


License information is added. So please commit attached patch instead
of original one.

Regards.
-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile	(revision 310228)
+++ Makefile	(working copy)
@@ -11,12 +11,18 @@
 MAINTAINER=	yasu at utahime.org
 COMMENT=	IRC client for Emacs
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_EMACS=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-emacs=${EMACS_CMD} \
 		--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
 USE_GMAKE=	yes
 
+OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFAULT=	DOCS
+
 INFO=	riece-en riece-ja
 
 .include <bsd.port.options.mk>


More information about the freebsd-ports-bugs mailing list