summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-04 00:58:47 +0000
committeradamw <adamw@FreeBSD.org>2014-07-04 00:58:47 +0000
commit97af0209143f00cbf88ed0f5dc924748bd6b5bf5 (patch)
treee4f3ad6e0f80c4867d9cb15c5ed079bc60d1dbaf
parent03a8585aa311cd20c2c68108ec0e21b14c338c1c (diff)
downloadFreeBSD-ports-97af0209143f00cbf88ed0f5dc924748bd6b5bf5.zip
FreeBSD-ports-97af0209143f00cbf88ed0f5dc924748bd6b5bf5.tar.gz
Correct a few typos.
-rw-r--r--math/libranlip/Makefile4
-rw-r--r--math/mtl/Makefile1
2 files changed, 3 insertions, 2 deletions
diff --git a/math/libranlip/Makefile b/math/libranlip/Makefile
index 0cc28cc..c2f7535 100644
--- a/math/libranlip/Makefile
+++ b/math/libranlip/Makefile
@@ -38,8 +38,10 @@ test: build
@(cd ${WRKSRC}/examples && ./${_prog})
.endfor
+.include <bsd.port.pre.mk>
+
.if ${OSVERSION} < 700000
BROKEN= fails to build
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/math/mtl/Makefile b/math/mtl/Makefile
index 953d149..b46e002 100644
--- a/math/mtl/Makefile
+++ b/math/mtl/Makefile
@@ -53,5 +53,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/contrib/examples/* ${STAGEDIR}${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/contrib/doubledouble/* ${STAGEDIR}${EXAMPLESDIR}/doubledouble
-.endif
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud