aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-04 08:58:47 +0800
committeradamw <adamw@FreeBSD.org>2014-07-04 08:58:47 +0800
commit97af0209143f00cbf88ed0f5dc924748bd6b5bf5 (patch)
treee4f3ad6e0f80c4867d9cb15c5ed079bc60d1dbaf /math
parent03a8585aa311cd20c2c68108ec0e21b14c338c1c (diff)
downloadfreebsd-ports-gnome-97af0209143f00cbf88ed0f5dc924748bd6b5bf5.tar.gz
freebsd-ports-gnome-97af0209143f00cbf88ed0f5dc924748bd6b5bf5.tar.zst
freebsd-ports-gnome-97af0209143f00cbf88ed0f5dc924748bd6b5bf5.zip
Correct a few typos.
Diffstat (limited to 'math')
-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 0cc28ccc6749..c2f7535fe94f 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 953d149860d4..b46e00210f2e 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>