Date: Mon, 16 Sep 2013 13:59:20 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327401 - head/devel/swig13 Message-ID: <201309161359.r8GDxKLS087056@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 16 13:59:20 2013 New Revision: 327401 URL: http://svnweb.freebsd.org/changeset/ports/327401 Log: Fix typo Reported by: wg Modified: head/devel/swig13/Makefile Modified: head/devel/swig13/Makefile ============================================================================== --- head/devel/swig13/Makefile Mon Sep 16 13:57:52 2013 (r327400) +++ head/devel/swig13/Makefile Mon Sep 16 13:59:20 2013 (r327401) @@ -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}/{} \;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309161359.r8GDxKLS087056>