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 /comms/kb | |
parent | - strip .so files (diff) |
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 'comms/kb')
-rw-r--r-- | comms/kb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/kb/Makefile b/comms/kb/Makefile index f3e170a0c125..667e6b9b118a 100644 --- a/comms/kb/Makefile +++ b/comms/kb/Makefile @@ -23,6 +23,8 @@ DESKTOP_ENTRIES="KB" \ "" \ true +OPTIONS_DEFINE= DOCS + pre-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC} |