summaryrefslogtreecommitdiff
path: root/lang/caml-light
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-29 12:40:00 +0000
committerjmmv <jmmv>2003-03-29 12:40:00 +0000
commitbd104e94125bfe7dfcebf5b4161276a4198449e9 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /lang/caml-light
parent7cae7f609b643bad775c5f59251c32e609dbdc0a (diff)
downloadpkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.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)