diff options
author | mat <mat@FreeBSD.org> | 2018-09-10 21:15:47 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-09-10 21:15:47 +0800 |
commit | ed6a90e2e9b645590dd7e6e43cd9ed313b094c13 (patch) | |
tree | 3c6875e1915991a70b5d02b799e17418d20b218a /net/deviceatlas-enterprise-c | |
parent | 6baece3b7ae06d93445a0e0ecf02e59541a92a95 (diff) | |
download | freebsd-ports-gnome-ed6a90e2e9b645590dd7e6e43cd9ed313b094c13.tar.gz freebsd-ports-gnome-ed6a90e2e9b645590dd7e6e43cd9ed313b094c13.tar.zst freebsd-ports-gnome-ed6a90e2e9b645590dd7e6e43cd9ed313b094c13.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 'net/deviceatlas-enterprise-c')
-rw-r--r-- | net/deviceatlas-enterprise-c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/deviceatlas-enterprise-c/Makefile b/net/deviceatlas-enterprise-c/Makefile index 9cc4544984cb..42493635b720 100644 --- a/net/deviceatlas-enterprise-c/Makefile +++ b/net/deviceatlas-enterprise-c/Makefile @@ -26,7 +26,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} REGISTRATION_URL= https://deviceatlas.com/deviceatlas-haproxy-module -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.pre.mk> |