diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:11:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:11:12 +0000 |
commit | 44eaadcb751194bcef34890a161d4bf9a873a2a4 (patch) | |
tree | 37076f8661cc0a667d6e54eab2728ecc665430a0 /devel/cdk | |
parent | 156cc72026ce25b8da3d604f4fb691e4d6413b5f (diff) | |
download | ports-44eaadcb751194bcef34890a161d4bf9a873a2a4.tar.gz ports-44eaadcb751194bcef34890a161d4bf9a873a2a4.zip |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
Notes
Notes:
svn path=/head/; revision=362014
Diffstat (limited to 'devel/cdk')
-rw-r--r-- | devel/cdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index f2a9d5c63bad..2ca2eb30a973 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -25,7 +25,7 @@ ALL_TARGET= default examples demos cli cdkshlib INSTALL_TARGET= install installCDKSHLibrary USE_LDCONFIG= yes -OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.options.mk> |