diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 1e53090cc228edde244c3b79950271b8ca469b1f (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /lang/caml-light | |
parent | 0bc53217fe50327f0f59e7136db15f92f75951d9 (diff) | |
download | pkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/caml-light')
-rw-r--r-- | lang/caml-light/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index fe36c272510..56f079dc768 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:44:02 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/20 12:19:16 agc Exp $ # DISTNAME= cl74unix PKGNAME= caml-light-0.74 -WRKSRC= ${WRKDIR}/cl74/src CATEGORIES= lang MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ @@ -11,6 +10,7 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://caml.inria.fr/distrib-caml-light-eng.html COMMENT= Another implementation of Caml +WRKSRC= ${WRKDIR}/cl74/src ALL_TARGET= world do-configure: |