aboutsummaryrefslogtreecommitdiffstats
path: root/audio/wmsmixer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/wmsmixer/Makefile')
-rw-r--r--audio/wmsmixer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/wmsmixer/Makefile b/audio/wmsmixer/Makefile
index 81f78cd610ee..0776ec908d06 100644
--- a/audio/wmsmixer/Makefile
+++ b/audio/wmsmixer/Makefile
@@ -18,9 +18,11 @@ NO_STAGE= yes
USE_XORG= xpm
MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}"
+.include <bsd.port.options.mk>
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmsmixer ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif