diff options
Diffstat (limited to 'lang/caml-light/Makefile')
-rw-r--r-- | lang/caml-light/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index 67cb117efd7..8576ae23dd4 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 09:07:00 agc Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/29 12:41:24 jmmv Exp $ # DISTNAME= cl74unix PKGNAME= caml-light-0.74 +WRKSRC= ${WRKDIR}/cl74/src CATEGORIES= lang MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ @@ -12,8 +13,6 @@ COMMENT= Another implementation of Caml ALL_TARGET= world -WRKSRC= ${WRKDIR}/cl74/src - do-configure: (cd ${WRKSRC}; make configure) |