From 3ad1bdbf063a03bdcca7087d41be98b07ad933af Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:18:15 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- lang/moscow_ml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/moscow_ml') diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index d669e8ee511..556e8658bd7 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2003/09/27 18:33:56 kristerw Exp $ +# $NetBSD: Makefile,v 1.21 2004/01/20 12:19:17 agc Exp $ DISTNAME= mos20src PKGNAME= moscow_ml-2.00 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/mosml/src CATEGORIES= lang MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/mosml/ \ ftp://ftp.csd.uu.se/pub/mirror/mosml/ @@ -12,6 +11,7 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.dina.kvl.dk/~sestoft/mosml.html COMMENT= Moscow ML, a version of Standard ML +WRKSRC= ${WRKDIR}/mosml/src USE_PERL5= build ALL_TARGET= clean world -- cgit v1.2.3