diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-28 23:17:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-28 23:17:04 +0000 |
commit | c110558d21d48babbe7d66d898f194ce9137d48b (patch) | |
tree | 653c3d7ccd834ca53215b1ec699011d218da8191 | |
parent | 1115b37372cc4838084b5e5cecf4950eb5de357f (diff) | |
download | ports-c110558d21d48babbe7d66d898f194ce9137d48b.tar.gz ports-c110558d21d48babbe7d66d898f194ce9137d48b.zip |
Fix OPTIONS_DEFAULT: remove EXAMPLES which is added by framework
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=441953
-rw-r--r-- | dns/wdns/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/wdns/Makefile b/dns/wdns/Makefile index 9f3b036a1c3e..816f38536ea0 100644 --- a/dns/wdns/Makefile +++ b/dns/wdns/Makefile @@ -18,7 +18,6 @@ INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= EXAMPLES -OPTIONS_DEFAULT= EXAMPLES PORTEXAMPLES= * do-install-EXAMPLES-on: |