diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 21:11:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 21:11:24 +0000 |
commit | f83b34b741cf3b63a8bd069695a3716c61e941d5 (patch) | |
tree | ca33e8ef1623b45839b76b5cb334d0dbf9c59746 /math/pure-rational | |
parent | dd522563f0d8b1350036a13d35ee15d09e4a249f (diff) |
Notes
Diffstat (limited to 'math/pure-rational')
-rw-r--r-- | math/pure-rational/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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> |