summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-10 13:54:26 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-10 13:54:26 +0000
commit5005b67362a735dc18d3d85170eae34e1fb6feab (patch)
tree3a1e73b4128190b7ed7020b2113a1d94d76b0e93 /x11-wm
parent- USE_GCC is needed on FreeBSD > 10 (diff)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=343634
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/e17-module-alarm/Makefile2
-rw-r--r--x11-wm/e17-module-comp-scale/Makefile2
-rw-r--r--x11-wm/e17-module-cpu/Makefile2
-rw-r--r--x11-wm/e17-module-diskio/Makefile2
-rw-r--r--x11-wm/e17-module-eektool/Makefile2
-rw-r--r--x11-wm/e17-module-engage/Makefile2
-rw-r--r--x11-wm/e17-module-eooorg/Makefile2
-rw-r--r--x11-wm/e17-module-everything-aspell/Makefile2
-rw-r--r--x11-wm/e17-module-everything-mpris/Makefile2
-rw-r--r--x11-wm/e17-module-everything-pidgin/Makefile2
-rw-r--r--x11-wm/e17-module-everything-places/Makefile2
-rw-r--r--x11-wm/e17-module-everything-wallpaper/Makefile2
-rw-r--r--x11-wm/e17-module-everything-websearch/Makefile2
-rw-r--r--x11-wm/e17-module-flame/Makefile2
-rw-r--r--x11-wm/e17-module-forecasts/Makefile2
-rw-r--r--x11-wm/e17-module-iiirk/Makefile2
-rw-r--r--x11-wm/e17-module-mail/Makefile2
-rw-r--r--x11-wm/e17-module-mem/Makefile2
-rw-r--r--x11-wm/e17-module-moon/Makefile2
-rw-r--r--x11-wm/e17-module-mpdule/Makefile2
-rw-r--r--x11-wm/e17-module-net/Makefile2
-rw-r--r--x11-wm/e17-module-news/Makefile2
-rw-r--r--x11-wm/e17-module-penguins/Makefile2
-rw-r--r--x11-wm/e17-module-photo/Makefile2
-rw-r--r--x11-wm/e17-module-places/Makefile2
-rw-r--r--x11-wm/e17-module-rain/Makefile2
-rw-r--r--x11-wm/e17-module-screenshot/Makefile2
-rw-r--r--x11-wm/e17-module-slideshow/Makefile2
-rw-r--r--x11-wm/e17-module-snow/Makefile2
-rw-r--r--x11-wm/e17-module-taskbar/Makefile2
-rw-r--r--x11-wm/e17-module-tclock/Makefile2
-rw-r--r--x11-wm/e17-module-uptime/Makefile2
-rw-r--r--x11-wm/e17-module-weather/Makefile2
-rw-r--r--x11-wm/e17-module-winlist-ng/Makefile2
-rw-r--r--x11-wm/e17-module-wlan/Makefile2
-rw-r--r--x11-wm/mcwm/Makefile2
-rw-r--r--x11-wm/obconf/Makefile3
-rw-r--r--x11-wm/obmenu/Makefile2
-rw-r--r--x11-wm/qtile/Makefile2
39 files changed, 79 insertions, 0 deletions
diff --git a/x11-wm/e17-module-alarm/Makefile b/x11-wm/e17-module-alarm/Makefile
index 4ba183362a27..1290cee6aee1 100644
--- a/x11-wm/e17-module-alarm/Makefile
+++ b/x11-wm/e17-module-alarm/Makefile
@@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-comp-scale/Makefile b/x11-wm/e17-module-comp-scale/Makefile
index fd1b4cb8ecfc..8986b9d49dfc 100644
--- a/x11-wm/e17-module-comp-scale/Makefile
+++ b/x11-wm/e17-module-comp-scale/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-cpu/Makefile b/x11-wm/e17-module-cpu/Makefile
index 79f0017afa5c..0f850bf3793e 100644
--- a/x11-wm/e17-module-cpu/Makefile
+++ b/x11-wm/e17-module-cpu/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-diskio/Makefile b/x11-wm/e17-module-diskio/Makefile
index c54c76c5bf5e..fa81e39a52ef 100644
--- a/x11-wm/e17-module-diskio/Makefile
+++ b/x11-wm/e17-module-diskio/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-eektool/Makefile b/x11-wm/e17-module-eektool/Makefile
index 3261600dbb78..68b5fdb36c2c 100644
--- a/x11-wm/e17-module-eektool/Makefile
+++ b/x11-wm/e17-module-eektool/Makefile
@@ -20,6 +20,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-engage/Makefile b/x11-wm/e17-module-engage/Makefile
index 943bb81a08d0..dc88f608b0a6 100644
--- a/x11-wm/e17-module-engage/Makefile
+++ b/x11-wm/e17-module-engage/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-eooorg/Makefile b/x11-wm/e17-module-eooorg/Makefile
index 30e7840cd53a..4bc45a3bacdf 100644
--- a/x11-wm/e17-module-eooorg/Makefile
+++ b/x11-wm/e17-module-eooorg/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-everything-aspell/Makefile b/x11-wm/e17-module-everything-aspell/Makefile
index bc37ca3a15fb..d3363acfaac7 100644
--- a/x11-wm/e17-module-everything-aspell/Makefile
+++ b/x11-wm/e17-module-everything-aspell/Makefile
@@ -20,6 +20,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-everything-mpris/Makefile b/x11-wm/e17-module-everything-mpris/Makefile
index a711e45a16ba..6ea692e438e1 100644
--- a/x11-wm/e17-module-everything-mpris/Makefile
+++ b/x11-wm/e17-module-everything-mpris/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-everything-pidgin/Makefile b/x11-wm/e17-module-everything-pidgin/Makefile
index 7a221459bd82..cdb038ec49ee 100644
--- a/x11-wm/e17-module-everything-pidgin/Makefile
+++ b/x11-wm/e17-module-everything-pidgin/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-everything-places/Makefile b/x11-wm/e17-module-everything-places/Makefile
index f07a5f2a1e05..e3572e5d00f4 100644
--- a/x11-wm/e17-module-everything-places/Makefile
+++ b/x11-wm/e17-module-everything-places/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-everything-wallpaper/Makefile b/x11-wm/e17-module-everything-wallpaper/Makefile
index 29935179d09e..b0568e309cbc 100644
--- a/x11-wm/e17-module-everything-wallpaper/Makefile
+++ b/x11-wm/e17-module-everything-wallpaper/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-everything-websearch/Makefile b/x11-wm/e17-module-everything-websearch/Makefile
index 2e831d5da369..1dbe3e26e4fd 100644
--- a/x11-wm/e17-module-everything-websearch/Makefile
+++ b/x11-wm/e17-module-everything-websearch/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-flame/Makefile b/x11-wm/e17-module-flame/Makefile
index 688520f9e7de..19fcf0472ae3 100644
--- a/x11-wm/e17-module-flame/Makefile
+++ b/x11-wm/e17-module-flame/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-forecasts/Makefile b/x11-wm/e17-module-forecasts/Makefile
index ec18f74da7b7..6906d52b3091 100644
--- a/x11-wm/e17-module-forecasts/Makefile
+++ b/x11-wm/e17-module-forecasts/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-iiirk/Makefile b/x11-wm/e17-module-iiirk/Makefile
index a5a2bbab42ce..d3361d777b1a 100644
--- a/x11-wm/e17-module-iiirk/Makefile
+++ b/x11-wm/e17-module-iiirk/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-mail/Makefile b/x11-wm/e17-module-mail/Makefile
index dd163385a235..363a2042fd40 100644
--- a/x11-wm/e17-module-mail/Makefile
+++ b/x11-wm/e17-module-mail/Makefile
@@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-mem/Makefile b/x11-wm/e17-module-mem/Makefile
index 9280dd2aed3a..da40a9cdc537 100644
--- a/x11-wm/e17-module-mem/Makefile
+++ b/x11-wm/e17-module-mem/Makefile
@@ -20,6 +20,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-moon/Makefile b/x11-wm/e17-module-moon/Makefile
index 645495e37043..c5ab68179792 100644
--- a/x11-wm/e17-module-moon/Makefile
+++ b/x11-wm/e17-module-moon/Makefile
@@ -20,6 +20,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-mpdule/Makefile b/x11-wm/e17-module-mpdule/Makefile
index 880391a367f1..242ce89506ff 100644
--- a/x11-wm/e17-module-mpdule/Makefile
+++ b/x11-wm/e17-module-mpdule/Makefile
@@ -20,6 +20,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-net/Makefile b/x11-wm/e17-module-net/Makefile
index fffabf445121..94862db12bcd 100644
--- a/x11-wm/e17-module-net/Makefile
+++ b/x11-wm/e17-module-net/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-news/Makefile b/x11-wm/e17-module-news/Makefile
index c3682112679d..49995959e9e2 100644
--- a/x11-wm/e17-module-news/Makefile
+++ b/x11-wm/e17-module-news/Makefile
@@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-penguins/Makefile b/x11-wm/e17-module-penguins/Makefile
index e65906086c2b..79c67a029b2c 100644
--- a/x11-wm/e17-module-penguins/Makefile
+++ b/x11-wm/e17-module-penguins/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-photo/Makefile b/x11-wm/e17-module-photo/Makefile
index 38f755fa7a16..62139bf9cc06 100644
--- a/x11-wm/e17-module-photo/Makefile
+++ b/x11-wm/e17-module-photo/Makefile
@@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-places/Makefile b/x11-wm/e17-module-places/Makefile
index e77fbbc78f31..777542ecebc6 100644
--- a/x11-wm/e17-module-places/Makefile
+++ b/x11-wm/e17-module-places/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-rain/Makefile b/x11-wm/e17-module-rain/Makefile
index 99174fde9e6a..a92cda83de85 100644
--- a/x11-wm/e17-module-rain/Makefile
+++ b/x11-wm/e17-module-rain/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-screenshot/Makefile b/x11-wm/e17-module-screenshot/Makefile
index afb810088dae..94ed8e88281f 100644
--- a/x11-wm/e17-module-screenshot/Makefile
+++ b/x11-wm/e17-module-screenshot/Makefile
@@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-slideshow/Makefile b/x11-wm/e17-module-slideshow/Makefile
index 077875d7ac93..d0cc2f539c54 100644
--- a/x11-wm/e17-module-slideshow/Makefile
+++ b/x11-wm/e17-module-slideshow/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-snow/Makefile b/x11-wm/e17-module-snow/Makefile
index ba1f940d7465..f52e12b503f2 100644
--- a/x11-wm/e17-module-snow/Makefile
+++ b/x11-wm/e17-module-snow/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-taskbar/Makefile b/x11-wm/e17-module-taskbar/Makefile
index 70bb49bab0bc..65053a0d2634 100644
--- a/x11-wm/e17-module-taskbar/Makefile
+++ b/x11-wm/e17-module-taskbar/Makefile
@@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-tclock/Makefile b/x11-wm/e17-module-tclock/Makefile
index 36eccc9ce372..a0564133f299 100644
--- a/x11-wm/e17-module-tclock/Makefile
+++ b/x11-wm/e17-module-tclock/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-uptime/Makefile b/x11-wm/e17-module-uptime/Makefile
index 24994e90b51e..e60dcbc35f05 100644
--- a/x11-wm/e17-module-uptime/Makefile
+++ b/x11-wm/e17-module-uptime/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-weather/Makefile b/x11-wm/e17-module-weather/Makefile
index 05455b2ef8f8..f1367916dfe2 100644
--- a/x11-wm/e17-module-weather/Makefile
+++ b/x11-wm/e17-module-weather/Makefile
@@ -20,6 +20,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-winlist-ng/Makefile b/x11-wm/e17-module-winlist-ng/Makefile
index a68f5c423a40..5376bb0b39dd 100644
--- a/x11-wm/e17-module-winlist-ng/Makefile
+++ b/x11-wm/e17-module-winlist-ng/Makefile
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
USES= gmake pkgconfig
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/e17-module-wlan/Makefile b/x11-wm/e17-module-wlan/Makefile
index be43d9f36a8c..4cb77f2a8bbb 100644
--- a/x11-wm/e17-module-wlan/Makefile
+++ b/x11-wm/e17-module-wlan/Makefile
@@ -19,6 +19,8 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_EFL= edje libtool_hack modarch_hack
+OPTIONS_DEFINE= NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/mcwm/Makefile b/x11-wm/mcwm/Makefile
index 78bf6e41dc69..3f81132565d3 100644
--- a/x11-wm/mcwm/Makefile
+++ b/x11-wm/mcwm/Makefile
@@ -45,6 +45,8 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/hidden.man \
${MAN1PREFIX}/man/man1/hidden.1
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-install:
diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile
index 18850bae70f6..76ea80f8c6e1 100644
--- a/x11-wm/obconf/Makefile
+++ b/x11-wm/obconf/Makefile
@@ -26,6 +26,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= ABOUT-NLS AUTHORS README TODO
NO_STAGE= yes
+
+OPTIONS_DEFINE= DOCS NLS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11-wm/obmenu/Makefile b/x11-wm/obmenu/Makefile
index 169dd45dab29..acf91549ddfd 100644
--- a/x11-wm/obmenu/Makefile
+++ b/x11-wm/obmenu/Makefile
@@ -24,6 +24,8 @@ SUB_FILES= pkg-message
DESKTOP_ENTRIES="Obmenu" "Menu manager for Openbox" ${PORTNAME} \
"${PORTNAME}" "Settings;" false
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-install:
diff --git a/x11-wm/qtile/Makefile b/x11-wm/qtile/Makefile
index e829b6d5287b..faf75dc2e1ea 100644
--- a/x11-wm/qtile/Makefile
+++ b/x11-wm/qtile/Makefile
@@ -27,6 +27,8 @@ PYDISTUTILS_AUTOPLIST= yes
PORTDOCS= CHANGELOG INSTALL.rst README.rst
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-install: