Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 23:17:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441961 - head/mail/alpine
Message-ID:  <201705282317.v4SNHhvx054486@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 28 23:17:42 2017
New Revision: 441961
URL: https://svnweb.freebsd.org/changeset/ports/441961

Log:
  Fix OPTIONS_DEFAULT: remove DOCS which is added by framework
  
  Approved by:	portmgr (blanket)

Modified:
  head/mail/alpine/Makefile

Modified: head/mail/alpine/Makefile
==============================================================================
--- head/mail/alpine/Makefile	Sun May 28 23:17:38 2017	(r441960)
+++ head/mail/alpine/Makefile	Sun May 28 23:17:42 2017	(r441961)
@@ -13,7 +13,7 @@ COMMENT?=	Mail and news client descended
 LICENSE=	APACHE20
 
 OPTIONS_DEFINE=		DOCS SSL THREADS MOUSE NLS ISPELL NOSPELL
-OPTIONS_DEFAULT+=	DOCS SSL THREADS MOUSE
+OPTIONS_DEFAULT+=	SSL THREADS MOUSE
 SSL_DESC=	Build with SSL (installs: security/openssl if pre 10.x)
 MOUSE_DESC=	Enable mouse support for xterm
 ISPELL_DESC=	Use ispell instead of aspell as default speller



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