aboutsummaryrefslogtreecommitdiff
path: root/audio/libfishsound
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-25 16:14:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-25 16:14:58 +0000
commit20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1 (patch)
treeb54dbe88f1393a9b7d345fa226b1c0546c1e89eb /audio/libfishsound
parentfecac8453dc4d205ce91d0075ab8aa2ec941e761 (diff)
downloadports-20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1.tar.gz
ports-20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1.zip
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)
Notes
Notes: svn path=/head/; revision=325358
Diffstat (limited to 'audio/libfishsound')
-rw-r--r--audio/libfishsound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile
index eedde4538859..efb81942a360 100644
--- a/audio/libfishsound/Makefile
+++ b/audio/libfishsound/Makefile
@@ -31,7 +31,7 @@ PORTDOCS= *
.endif
post-patch:
-.if empty(PORT_OPTIONS:MDOCS) || empty(PORT_OPTIONS:MDOXYGEN)
+.if !${PORT_OPTIONS:MDOCS} || !${PORT_OPTIONS:MDOXYGEN}
@${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in
.endif