summaryrefslogtreecommitdiff
path: root/audio/mpc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-03 06:12:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-03 06:12:53 +0000
commit248ca3f91cbf6ce8a3edf65274952aaac18ee9fb (patch)
tree59cf8e96bc42049e79859b1753996641c22bb653 /audio/mpc
parent- Mark BROKEN fails to build (diff)
Fix conversion to optionsng
Reported by: pointyhat Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=315692
Diffstat (limited to 'audio/mpc')
-rw-r--r--audio/mpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile
index 38b65e7c4dd0..1dcb4a7f67fa 100644
--- a/audio/mpc/Makefile
+++ b/audio/mpc/Makefile
@@ -27,7 +27,7 @@ PLIST_FILES= bin/${PORTNAME} %%PORTEXAMPLES%%%%EXAMPLESDIR%%/${PORTNAME}-complet
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MEXAMPLESDIR}
+.if ${PORT_OPTIONS:MEXAMPLES}
PLIST_DIRS= %%EXAMPLESDIR%%
.endif