diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-26 18:03:49 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-26 18:03:49 +0800 |
commit | 201b3ffc076bf64d9b70d87ac1eef8e97ada0797 (patch) | |
tree | 0eb5bbc35abd03a53ba3735c6808354f6de1d305 /editors/spe | |
parent | 1933bfac5966c4c873f2170214fc9390476dcc39 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |