aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/swig13/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile
index 8fe54aca380b..6e2b13f69a2a 100644
--- a/devel/swig13/Makefile
+++ b/devel/swig13/Makefile
@@ -58,7 +58,7 @@ post-configure:
post-install:
${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER}
-.if ${PORT_OPTIONS:MDEXAMPLES}
+.if ${PORT_OPTIONS:MEXAMPLES}
${MKDIR} ${EXAMPLESDIR}/${PORTVERSION}
cd ${WRKSRC}/Examples && ${FIND} . -type d \
-exec ${INSTALL} -d ${EXAMPLESDIR}/${PORTVERSION}/{} \;