summaryrefslogtreecommitdiff
path: root/math/mtl
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-03-06 05:51:53 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-03-06 05:51:53 +0000
commita806a84e379798ffafd1726becf8e96ea3c8c9f0 (patch)
tree422e60244b4a52a42608c2da8f23a01252d09fc3 /math/mtl
parentfix the build after the change in the default Java ports; remove (diff)
adjust directory permissions
Notes
Notes: svn path=/head/; revision=292801
Diffstat (limited to 'math/mtl')
-rw-r--r--math/mtl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile
index 00148bcd2f61..71ae6d367a5a 100644
--- a/math/mtl/Makefile
+++ b/math/mtl/Makefile
@@ -42,7 +42,6 @@ fulltest: build
@cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \
${MAKE_ARGS} QUICK= test summary
-
.include <bsd.port.pre.mk>
.if defined(USE_GCC) || !empty(CXX:M*g++4*)
@@ -53,7 +52,7 @@ CXXFLAGS+= -fpermissive
PORTEXAMPLES= *
post-install:
- @${INSTALL_DATA} -d ${EXAMPLESDIR}/doubledouble
+ @${MKDIR} ${EXAMPLESDIR}/doubledouble
@${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${EXAMPLESDIR}/doubledouble