diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/agrep/Makefile | 2 | ||||
-rw-r--r-- | textproc/elasticsearch/Makefile | 3 | ||||
-rw-r--r-- | textproc/ibus-kmfl/Makefile | 3 | ||||
-rw-r--r-- | textproc/ibus-m17n/Makefile | 3 | ||||
-rw-r--r-- | textproc/ibus-table/Makefile | 3 | ||||
-rw-r--r-- | textproc/m17n-contrib/Makefile | 3 | ||||
-rw-r--r-- | textproc/m17n-im-config/Makefile | 3 | ||||
-rw-r--r-- | textproc/mxml/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-SGMLSpm/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-XML-Smart/Makefile | 2 | ||||
-rw-r--r-- | textproc/pure-csv/Makefile | 2 | ||||
-rw-r--r-- | textproc/pure-xml/Makefile | 2 | ||||
-rw-r--r-- | textproc/scim-input-pad/Makefile | 3 | ||||
-rw-r--r-- | textproc/slides/Makefile | 3 | ||||
-rw-r--r-- | textproc/tinyxml2/Makefile | 2 | ||||
-rw-r--r-- | textproc/wdiff/Makefile | 3 | ||||
-rw-r--r-- | textproc/xslint/Makefile | 2 | ||||
-rw-r--r-- | textproc/yodl/Makefile | 2 |
18 files changed, 47 insertions, 0 deletions
diff --git a/textproc/agrep/Makefile b/textproc/agrep/Makefile index 2192418b383c..32a6aa4f71d4 100644 --- a/textproc/agrep/Makefile +++ b/textproc/agrep/Makefile @@ -20,6 +20,8 @@ MAKE_ARGS= CFLAGS="${CFLAGS}" PLIST_FILES= bin/agrep man/man1/agrep.1.gz PORTDOCS= COPYRIGHT agrep.algorithms agrep.ps.1.Z agrep.ps.2.Z +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-extract: diff --git a/textproc/elasticsearch/Makefile b/textproc/elasticsearch/Makefile index 2cf2a592ceaa..f422b8a71136 100644 --- a/textproc/elasticsearch/Makefile +++ b/textproc/elasticsearch/Makefile @@ -19,6 +19,9 @@ ONLY_FOR_ARCHS= i386 amd64 USE_RC_SUBR= ${PORTNAME} NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> LUCENEVER= 4.2.1 diff --git a/textproc/ibus-kmfl/Makefile b/textproc/ibus-kmfl/Makefile index 1c92ae35a8ae..0f1da621cf1d 100644 --- a/textproc/ibus-kmfl/Makefile +++ b/textproc/ibus-kmfl/Makefile @@ -26,6 +26,9 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib NO_STAGE= yes + +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/textproc/ibus-m17n/Makefile b/textproc/ibus-m17n/Makefile index ada88f6259c2..6d852e9d69a9 100644 --- a/textproc/ibus-m17n/Makefile +++ b/textproc/ibus-m17n/Makefile @@ -21,6 +21,9 @@ USES= gmake pkgconfig GNU_CONFIGURE= yes NO_STAGE= yes + +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index e9198c78a78e..e73683801a1a 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -24,6 +24,9 @@ GNU_CONFIGURE= yes PROJECTHOST= ibus NO_STAGE= yes + +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/textproc/m17n-contrib/Makefile b/textproc/m17n-contrib/Makefile index 08a998e790cd..407fb46aa3e8 100644 --- a/textproc/m17n-contrib/Makefile +++ b/textproc/m17n-contrib/Makefile @@ -17,6 +17,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes NO_STAGE= yes + +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/textproc/m17n-im-config/Makefile b/textproc/m17n-im-config/Makefile index 160bf3ac05d9..7c9d004fab37 100644 --- a/textproc/m17n-im-config/Makefile +++ b/textproc/m17n-im-config/Makefile @@ -29,6 +29,9 @@ DESKTOP_ENTRIES="M17N-IM Configuration" \ true NO_STAGE= yes + +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/textproc/mxml/Makefile b/textproc/mxml/Makefile index 3404891ff31c..232fa80f1471 100644 --- a/textproc/mxml/Makefile +++ b/textproc/mxml/Makefile @@ -32,6 +32,9 @@ PLIST_FILES= bin/mxmldoc include/mxml.h \ libdata/pkgconfig/mxml.pc NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/textproc/p5-SGMLSpm/Makefile b/textproc/p5-SGMLSpm/Makefile index 8049b9472612..ee5426a03a7a 100644 --- a/textproc/p5-SGMLSpm/Makefile +++ b/textproc/p5-SGMLSpm/Makefile @@ -26,6 +26,9 @@ INSTALL_TARGET= install BINDIR=${PREFIX}/bin \ PERL5DIR=${SITE_PERL} SPECDIR=${EXAMPLESDIR} NO_STAGE= yes + +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/textproc/p5-XML-Smart/Makefile b/textproc/p5-XML-Smart/Makefile index 30633469b5c2..e7ef7e0318cc 100644 --- a/textproc/p5-XML-Smart/Makefile +++ b/textproc/p5-XML-Smart/Makefile @@ -25,6 +25,8 @@ USE_PERL5= configure PORTDOCS= Changes README +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/textproc/pure-csv/Makefile b/textproc/pure-csv/Makefile index 839f4564be7e..e0066d34ff7c 100644 --- a/textproc/pure-csv/Makefile +++ b/textproc/pure-csv/Makefile @@ -22,6 +22,8 @@ NO_STAGE= yes PORTDOCS= README +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-install: diff --git a/textproc/pure-xml/Makefile b/textproc/pure-xml/Makefile index 0e397b2f04f3..fd4e92459e55 100644 --- a/textproc/pure-xml/Makefile +++ b/textproc/pure-xml/Makefile @@ -26,6 +26,8 @@ PORTDOCS= README PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-install: diff --git a/textproc/scim-input-pad/Makefile b/textproc/scim-input-pad/Makefile index 47f8b7cf7328..0d452bd501b8 100644 --- a/textproc/scim-input-pad/Makefile +++ b/textproc/scim-input-pad/Makefile @@ -29,6 +29,9 @@ DESKTOP_ENTRIES="SCIM Input Pad" \ DOCS= ChangeLog README NO_STAGE= yes + +OPTIONS_DEFINE= DOCS NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/textproc/slides/Makefile b/textproc/slides/Makefile index edb94135fbcf..12cbfa9bc04e 100644 --- a/textproc/slides/Makefile +++ b/textproc/slides/Makefile @@ -38,6 +38,9 @@ REPLACE_EXPR= -e 's,@INSTDIR@,${INSTDIR},g ; \ s,@PORTNAME@,slides,g' NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile index abda667a32e1..4c0c9e57d79f 100644 --- a/textproc/tinyxml2/Makefile +++ b/textproc/tinyxml2/Makefile @@ -26,6 +26,8 @@ PLIST_FILES= include/tinyxml2.h \ lib/libtinyxml2.so.1.0.14 \ libdata/pkgconfig/tinyxml2.pc +OPTIONS_DEFINE= EXAMPLES + .include <bsd.port.options.mk> post-patch: diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index ac2eaf562872..306dde7cee59 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -18,6 +18,9 @@ MAN1= wdiff.1 INFO= wdiff NO_STAGE= yes + +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/textproc/xslint/Makefile b/textproc/xslint/Makefile index 59983dee93ad..75b3e4e5ed6b 100644 --- a/textproc/xslint/Makefile +++ b/textproc/xslint/Makefile @@ -24,6 +24,8 @@ SHEBANG_FILES= xslint.pl PLIST_FILES= bin/xslint PORTDOCS= README xslint.html xslint.xml +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index 6dbba37c9f82..551825a92347 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -27,6 +27,8 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} |