diff options
Diffstat (limited to 'textproc/pure-csv')
-rw-r--r-- | textproc/pure-csv/Makefile | 9 |
1 files changed, 2 insertions, 7 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> |