aboutsummaryrefslogtreecommitdiffstats
path: root/editors/spe
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-03-26 18:03:49 +0800
committerbapt <bapt@FreeBSD.org>2013-03-26 18:03:49 +0800
commitca65ff62dc576612389742cb929032e5e28c032d (patch)
tree0eb5bbc35abd03a53ba3735c6808354f6de1d305 /editors/spe
parent512b099b0e8162a661f66142e440e6deda9c754f (diff)
downloadfreebsd-ports-gnome-ca65ff62dc576612389742cb929032e5e28c032d.tar.gz
freebsd-ports-gnome-ca65ff62dc576612389742cb929032e5e28c032d.tar.zst
freebsd-ports-gnome-ca65ff62dc576612389742cb929032e5e28c032d.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