svn commit: r315272 - head/editors/spe
Baptiste Daroussin
bapt at FreeBSD.org
Tue Mar 26 10:03:50 UTC 2013
Author: bapt
Date: Tue Mar 26 10:03:49 2013
New Revision: 315272
URL: http://svnweb.freebsd.org/changeset/ports/315272
Log:
Fix NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES
Modified:
head/editors/spe/Makefile
Modified: head/editors/spe/Makefile
==============================================================================
--- head/editors/spe/Makefile Tue Mar 26 09:58:33 2013 (r315271)
+++ head/editors/spe/Makefile Tue Mar 26 10:03:49 2013 (r315272)
@@ -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
More information about the svn-ports-head
mailing list