aboutsummaryrefslogtreecommitdiff
path: root/math/mtl/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-19 07:15:33 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-19 07:15:33 +0000
commit6651d9e9f28e81a78469e463b020744fb5357a9c (patch)
treec594de27aa25b9c6241161b72c03172eba24f700 /math/mtl/Makefile
parent779e11504a382a338f5baec3700a5ece63ba0b50 (diff)
downloadports-6651d9e9f28e81a78469e463b020744fb5357a9c.tar.gz
ports-6651d9e9f28e81a78469e463b020744fb5357a9c.zip
Notes
Diffstat (limited to 'math/mtl/Makefile')
-rw-r--r--math/mtl/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile
index 258f2946804e..7eace15b6409 100644
--- a/math/mtl/Makefile
+++ b/math/mtl/Makefile
@@ -22,7 +22,6 @@ USES= perl5
USE_PERL5= build
WRKSRC = ${WRKDIR}/${DISTNAME:R}
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/gnu\*)/,/;;/{/CXX=/d; /CXX_OPTIMIZE_FLAGS=/d; \
s/CXXFLAGS="/&$$ac_cv_env_CXXFLAGS_value /; }' \
@@ -49,9 +48,9 @@ CXXFLAGS+= -fpermissive
PORTEXAMPLES= *
post-install:
- @${MKDIR} ${EXAMPLESDIR}/doubledouble
- @${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${EXAMPLESDIR}/doubledouble
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/doubledouble
+ @${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${STAGEDIR}${EXAMPLESDIR}
+ @${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${STAGEDIR}${EXAMPLESDIR}/doubledouble
.endif
.include <bsd.port.post.mk>