Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2013 22:39:55 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/175191: [MAINTAINER] irc/riece: add default option setting
Message-ID:  <20130111.223955.2225060184847305558.yasu@utahime.org>
In-Reply-To: <201301110630.r0B6U0MK007207@freefall.freebsd.org>
References:  <20130111062409.E6EFE4E62C@eastasia.home.utahime.org> <201301110630.r0B6U0MK007207@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
----Next_Part(Fri_Jan_11_22_39_55_2013_774)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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

Regards.

----Next_Part(Fri_Jan_11_22_39_55_2013_774)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename=patch-riece

Index: Makefile
===================================================================
--- Makefile	(revision 310228)
+++ Makefile	(working copy)
@@ -11,12 +11,18 @@
 MAINTAINER=	yasu@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>

----Next_Part(Fri_Jan_11_22_39_55_2013_774)----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130111.223955.2225060184847305558.yasu>