From 44eaadcb751194bcef34890a161d4bf9a873a2a4 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 15 Jul 2014 23:11:12 +0000 Subject: 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. --- devel/libdict/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel/libdict') diff --git a/devel/libdict/Makefile b/devel/libdict/Makefile index e864bf78d3a1..c9ac80a46055 100644 --- a/devel/libdict/Makefile +++ b/devel/libdict/Makefile @@ -18,6 +18,8 @@ MAKEFILE= GNUmakefile USE_LDCONFIG= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} +OPTIONS_DEFINE= DOCS + post-extract: . for ___f in avl_insert.pdf empty.pdf treap_insert.pdf @${CP} ${DISTDIR}/${___f} ${WRKSRC}/ -- cgit v1.2.3