diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 05:11:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 05:11:24 +0800 |
commit | 89f391bff5b2a0c7accd7eeb2e0e2949354200b4 (patch) | |
tree | ca33e8ef1623b45839b76b5cb334d0dbf9c59746 /textproc | |
parent | d737c1d5e8f1a540913c2f2e5de11e5b015d3407 (diff) | |
download | freebsd-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 'textproc')
-rw-r--r-- | textproc/pure-csv/Makefile | 9 | ||||
-rw-r--r-- | textproc/pure-xml/Makefile | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/textproc/pure-csv/Makefile b/textproc/pure-csv/Makefile index 6be64e2fd7c5..e7c7569da23d 100644 --- a/textproc/pure-csv/Makefile +++ b/textproc/pure-csv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pure-csv -# Date created: 2011-03-18 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= pure-csv PORTVERSION= 1.5 @@ -18,6 +14,5 @@ NO_PURE_EXAMPLES= yes PLIST_FILES= lib/pure/csv.pure \ lib/pure/csv.so -.include <bsd.port.pre.mk> .include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/pure-xml/Makefile b/textproc/pure-xml/Makefile index 1e9bbf7dbc07..52d8607d1d67 100644 --- a/textproc/pure-xml/Makefile +++ b/textproc/pure-xml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pure-xml -# Date created: 2011-03-18 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= pure-xml PORTVERSION= 0.6 @@ -19,6 +15,5 @@ USE_GNOME= libxml2 libxslt PLIST_FILES= lib/pure/xml.pure \ lib/pure/xml.so -.include <bsd.port.pre.mk> .include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |