aboutsummaryrefslogtreecommitdiffstats
path: root/editors/spe
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-26 18:03:49 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-26 18:03:49 +0800
commit201b3ffc076bf64d9b70d87ac1eef8e97ada0797 (patch)
tree0eb5bbc35abd03a53ba3735c6808354f6de1d305 /editors/spe
parent1933bfac5966c4c873f2170214fc9390476dcc39 (diff)
downloadfreebsd-ports-gnome-201b3ffc076bf64d9b70d87ac1eef8e97ada0797.tar.gz
freebsd-ports-gnome-201b3ffc076bf64d9b70d87ac1eef8e97ada0797.tar.zst
freebsd-ports-gnome-201b3ffc076bf64d9b70d87ac1eef8e97ada0797.zip
Fix NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES
Diffstat (limited to 'editors/spe')
-rw-r--r--editors/spe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/spe/Makefile b/editors/spe/Makefile
index b4ed4652ea77..1d1c8264fc8c 100644
--- a/editors/spe/Makefile
+++ b/editors/spe/Makefile
@@ -62,7 +62,7 @@ do-install:
@${RM} ${RM_OPTS} ${SPEDOCS}
.endif
# examples
-.if ${PORT_OPTIONS:MNLS}
+.if ${PORT_OPTIONS:MEXAMPLES}
@${MV} ${SPEXAMPLES} ${EXAMPLESDIR} && \
${LN} ${LN_OPTS} ${EXAMPLESDIR} ${SPEXAMPLES}
.else