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 /databases/libdbi | |
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 'databases/libdbi')
-rw-r--r-- | databases/libdbi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile index 334ca7817383..fd0c31d1e889 100644 --- a/databases/libdbi/Makefile +++ b/databases/libdbi/Makefile @@ -15,6 +15,8 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e "s|-O20|${CFLAGS}|g" -e "s|-std=gnu99||g" \ ${WRKSRC}/configure |