diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 21:15:47 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 21:15:47 +0800 |
commit | 4a3bebcae1b693cbd2080fc861c87e36af4f8bc4 (patch) | |
tree | 3c6875e1915991a70b5d02b799e17418d20b218a /x11-wm/ctwm | |
parent | e1bfdfbe5665c963621e06f6bbfbbc2c000a804e (diff) | |
download | freebsd-ports-gnome-4a3bebcae1b693cbd2080fc861c87e36af4f8bc4.tar.gz freebsd-ports-gnome-4a3bebcae1b693cbd2080fc861c87e36af4f8bc4.tar.zst freebsd-ports-gnome-4a3bebcae1b693cbd2080fc861c87e36af4f8bc4.zip |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Diffstat (limited to 'x11-wm/ctwm')
-rw-r--r-- | x11-wm/ctwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 98d0cd8baa68..cd541e7ca6e1 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -16,6 +16,6 @@ LICENSE= MIT USES= cmake:outsource jpeg tar:xz USE_XORG= x11 xext xt ice sm xpm xmu -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.mk> |