diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-15 13:40:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-15 13:40:28 +0000 |
commit | c4c14fd1564a7a3bd0ae1cd2fb6050b662c936f8 (patch) | |
tree | 98f96307b5a32cecd5d4e2104c22673c560b9789 /audio/xmp | |
parent | 56b2cbf1c5abcce2be96f0aa252e4df4d8d99dd2 (diff) |
Notes
Diffstat (limited to 'audio/xmp')
-rw-r--r-- | audio/xmp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index c7901655897d..c8085c90bc39 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --disable-arts \ MAN1= xmp.1 -OPTIONS_DEFINE= ALSA BMP ESOUND NAS PULSEAUDIO UNZIP XMMS +OPTIONS_DEFINE= ALSA BMP ESOUND NAS PULSEAUDIO UNZIP XMMS DOCS BMP_DESC= Beep media player plugin XMMS_DESC= XMMS plugin @@ -34,9 +34,7 @@ CFLAGS+= -I${LOCALBASE}/include .include <bsd.port.options.mk> -.if !defined(NOPORTDOCS) PORTDOCS= * -.endif .if ${PORT_OPTIONS:MALSA} LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib @@ -112,7 +110,7 @@ post-install: .SILENT ${ETCDIR}/modules.conf; \ fi -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${ECHO_MSG} Installing documentation in ${DOCSDIR} ( cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* \ ${DOCSDIR} '! ( -name Makefile -or -name xmp.1 \ |