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

Yasuhiro KIMURA yasu at utahime.org
Mon Jan 14 01:10:52 UTC 2013


Again, "Created by:" header is added to Makefile. Please commit attached
patch instead of previous ones.

Regards.

-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile	(revision 310295)
+++ Makefile	(working copy)
@@ -1,3 +1,4 @@
+# Created by: KIMURA Yasuhiro <yasu at utahime.org>
 # $FreeBSD$
 
 PORTNAME=	riece
@@ -11,12 +12,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