aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-11 05:11:24 +0800
committerbapt <bapt@FreeBSD.org>2013-07-11 05:11:24 +0800
commit89f391bff5b2a0c7accd7eeb2e0e2949354200b4 (patch)
treeca33e8ef1623b45839b76b5cb334d0dbf9c59746 /math
parentd737c1d5e8f1a540913c2f2e5de11e5b015d3407 (diff)
downloadfreebsd-ports-gnome-89f391bff5b2a0c7accd7eeb2e0e2949354200b4.tar.gz
freebsd-ports-gnome-89f391bff5b2a0c7accd7eeb2e0e2949354200b4.tar.zst
freebsd-ports-gnome-89f391bff5b2a0c7accd7eeb2e0e2949354200b4.zip
Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake Reported by: marino
Diffstat (limited to 'math')
-rw-r--r--math/pure-mpfr/Makefile9
-rw-r--r--math/pure-rational/Makefile9
2 files changed, 4 insertions, 14 deletions
diff --git a/math/pure-mpfr/Makefile b/math/pure-mpfr/Makefile
index a2979b844843..c90f7b29b662 100644
--- a/math/pure-mpfr/Makefile
+++ b/math/pure-mpfr/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pure-mpfr
-# Date created: 2011-10-19
-# Whom: Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
-#
PORTNAME= pure-mpfr
PORTVERSION= 0.4
@@ -19,6 +15,5 @@ PLIST_FILES= lib/pure/mpfr.pure \
MAKE_ARGS+= libdir="${PREFIX}/lib"
-.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/math/pure-rational/Makefile b/math/pure-rational/Makefile
index 84b38a919a9d..bc0ea1098cbf 100644
--- a/math/pure-rational/Makefile
+++ b/math/pure-rational/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pure-rational
-# Date created: 2011-10-09
-# Whom: Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
-#
PORTNAME= pure-rational
PORTVERSION= 0.1
@@ -21,6 +17,5 @@ NO_PURE_EXAMPLES= yes
PLIST_FILES= lib/pure/rational.pure \
lib/pure/rat_interval.pure
-.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>