summaryrefslogtreecommitdiff
path: root/lang/caml-light
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /lang/caml-light
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'lang/caml-light')
-rw-r--r--lang/caml-light/Makefile5
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)