Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2013 15:24:09 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175191: [MAINTAINER] irc/riece: add default option setting
Message-ID:  <20130111062409.E6EFE4E62C@eastasia.home.utahime.org>
Resent-Message-ID: <201301110630.r0B6U1li007348@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175191
>Category:       ports
>Synopsis:       [MAINTAINER] irc/riece: add default option setting
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 11 06:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r245243: Fri Jan 11 10:39:45 JST 2013 xxxx amd64


	
>Description:

	Add default option setting.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-riece begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 310216)
+++ Makefile	(working copy)
@@ -17,6 +17,9 @@
 		--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>
--- patch-riece ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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