From df89b8efc8508ebed07f6e8f0a805a93eee0af58 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 19 Aug 2015 13:29:59 +0000 Subject: Convert ports to use the options helpers in categories [abc]*, and minor fixes. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? --- audio/spiralsynth/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'audio/spiralsynth/Makefile') diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index d6c31c7..db5c776 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -23,8 +23,6 @@ DOC_FILES= CHANGES COPYING README OPTIONS_DEFINE= DOCS -.include - post-patch: .for ii in \ Makefile.in \ @@ -70,11 +68,10 @@ pre-install: .else ${ECHO_CMD} bin/SpiralSynth > ${PLIST} .endif -.if ${PORT_OPTIONS:MDOCS} +pre-install-DOCS-on: .for ii in ${DOC_FILES} ${ECHO_CMD} share/doc/spiralsynth/${ii} >> ${PLIST} .endfor -.endif do-install: .if defined(PLUGIN) @@ -83,11 +80,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/SpiralSynth ${STAGEDIR}${PREFIX}/bin .endif -.if ${PORT_OPTIONS:MDOCS} +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for ii in ${DOC_FILES} ${INSTALL_DATA} ${WRKSRC}/${ii} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include -- cgit v1.1