diff options
Diffstat (limited to 'textproc/ats-contrib-parcomb/Makefile')
-rw-r--r-- | textproc/ats-contrib-parcomb/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/ats-contrib-parcomb/Makefile b/textproc/ats-contrib-parcomb/Makefile index 78fa5db05f33..753350948c1b 100644 --- a/textproc/ats-contrib-parcomb/Makefile +++ b/textproc/ats-contrib-parcomb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ats-contrib-parcomb -# Date created: 2011-10-11 -# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw> -# +# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= parcomb PORTVERSION= ${ATS_VER} @@ -16,5 +12,6 @@ COMMENT= Parser combinators for ATS language ATS_CTRB= parcomb +NO_STAGE= yes .include "${.CURDIR}/../../lang/ats/bsd.ats.mk" .include <bsd.port.mk> |