diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
commit | 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (patch) | |
tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/caml-light | |
parent | e280255b603b3a9113f771a6eb4215c94cb1fb1a (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
Notes
Notes:
svn path=/head/; revision=327741
Diffstat (limited to 'lang/caml-light')
-rw-r--r-- | lang/caml-light/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index bd1a7b65daa8..6d6fff9f4774 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: CAML -# Date created: 21 July 1998 -# Whom: jkoshy -# +# Created by: jkoshy # $FreeBSD$ -# PORTNAME= caml PORTVERSION= 0.75 @@ -23,6 +19,7 @@ ALL_TARGET= configure world bootstrap MAN1= camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 \ camlrun.1 camlyacc.1 mletags.1 camllorder.1 camlsearch.1 +NO_STAGE= yes .include <bsd.port.pre.mk> do-build: |