Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2014 00:58:47 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360502 - in head/math: libranlip mtl
Message-ID:  <201407040058.s640wl4v097479@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407040058.s640wl4v097479>