svn commit: r441961 - head/mail/alpine

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 28 23:17:44 UTC 2017


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


More information about the svn-ports-all mailing list