svn commit: r360502 - in head/math: libranlip mtl
Adam Weinberger
adamw at FreeBSD.org
Fri Jul 4 00:58:48 UTC 2014
Author: adamw
Date: Fri Jul 4 00:58:47 2014
New Revision: 360502
URL: http://svnweb.freebsd.org/changeset/ports/360502
QAT: https://qat.redports.org/buildarchive/r360502/
Log:
Correct a few typos.
Modified:
head/math/libranlip/Makefile
head/math/mtl/Makefile
Modified: head/math/libranlip/Makefile
==============================================================================
--- head/math/libranlip/Makefile Fri Jul 4 00:56:57 2014 (r360501)
+++ head/math/libranlip/Makefile Fri Jul 4 00:58:47 2014 (r360502)
@@ -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>
Modified: head/math/mtl/Makefile
==============================================================================
--- head/math/mtl/Makefile Fri Jul 4 00:56:57 2014 (r360501)
+++ head/math/mtl/Makefile Fri Jul 4 00:58:47 2014 (r360502)
@@ -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>
More information about the svn-ports-head
mailing list