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. --- comms/ebook2cw/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'comms/ebook2cw/Makefile') diff --git a/comms/ebook2cw/Makefile b/comms/ebook2cw/Makefile index ebf3e0368541..f1243ef07e78 100644 --- a/comms/ebook2cw/Makefile +++ b/comms/ebook2cw/Makefile @@ -15,6 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \ libvorbis.so:${PORTSDIR}/audio/libvorbis +OPTIONS_DEFINE= DOCS EXAMPLES + post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|'g \ ${WRKSRC}/Makefile -- cgit