From 9343eeba7783ac2ce4c8f5c88ab322647d489c19 Mon Sep 17 00:00:00 2001 From: adamw 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. --- converters/aish/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'converters/aish/Makefile') diff --git a/converters/aish/Makefile b/converters/aish/Makefile index 7086ebe07e2d..d3ef7807c1c0 100644 --- a/converters/aish/Makefile +++ b/converters/aish/Makefile @@ -12,6 +12,8 @@ COMMENT= Ish/uuencode/Base64 converter MAKE_ARGS= DSTDIR=${STAGEDIR}${PREFIX}/bin +OPTIONS_DEFINE= DOCS + post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/aish ${INSTALL_DATA} ${WRKSRC}/aish.txt ${STAGEDIR}${PREFIX}/share/doc/ja/aish -- cgit