svn commit: r361956 - in head/japanese: mutt-devel p5-Text-ChaSen xtr
Adam Weinberger
adamw at FreeBSD.org
Tue Jul 15 15:43:36 UTC 2014
Author: adamw
Date: Tue Jul 15 15:43:35 2014
New Revision: 361956
URL: http://svnweb.freebsd.org/changeset/ports/361956
QAT: https://qat.redports.org/buildarchive/r361956/
Log:
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Modified:
head/japanese/mutt-devel/Makefile
head/japanese/p5-Text-ChaSen/Makefile
head/japanese/xtr/Makefile
Modified: head/japanese/mutt-devel/Makefile
==============================================================================
--- head/japanese/mutt-devel/Makefile Tue Jul 15 15:41:08 2014 (r361955)
+++ head/japanese/mutt-devel/Makefile Tue Jul 15 15:43:35 2014 (r361956)
@@ -78,7 +78,7 @@ CONFIGURE_ARGS= --with-ncurses --enable-
CONFIGURE_ARGS+= ${MUTT_CONFIGURE_ARGS}
.endif
-OPTIONS_DEFINE= CYRUS_SASL2 IMAP_HEADER_CACHE IDN MAILDIR_HEADER_CACHE NLS
+OPTIONS_DEFINE= CYRUS_SASL2 IMAP_HEADER_CACHE IDN MAILDIR_HEADER_CACHE NLS DOCS
CYRUS_SASL2_DESC= SASL2 authentication
IMAP_HEADER_CACHE_DESC= imap header cache
MAILDIR_HEADER_CACHE_DESC= maildir header cache
Modified: head/japanese/p5-Text-ChaSen/Makefile
==============================================================================
--- head/japanese/p5-Text-ChaSen/Makefile Tue Jul 15 15:41:08 2014 (r361955)
+++ head/japanese/p5-Text-ChaSen/Makefile Tue Jul 15 15:43:35 2014 (r361956)
@@ -24,6 +24,8 @@ USE_PERL5= configure
CONFIGURE_ENV= PREFIX="${PREFIX}"
DOCSDIR= ${PREFIX}/share/doc/chasen
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
Modified: head/japanese/xtr/Makefile
==============================================================================
--- head/japanese/xtr/Makefile Tue Jul 15 15:41:08 2014 (r361955)
+++ head/japanese/xtr/Makefile Tue Jul 15 15:43:35 2014 (r361956)
@@ -18,6 +18,8 @@ GNU_CONFIGURE= yes
NO_CDROM= Need to obtain permission for commercial redistribution
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-extract:
More information about the svn-ports-head
mailing list