From 0bc53217fe50327f0f59e7136db15f92f75951d9 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- devel/noweb/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devel/noweb') diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index 639202cfda6..1ff727eb34f 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2003/07/17 21:31:59 grant Exp $ +# $NetBSD: Makefile,v 1.28 2004/01/20 12:13:28 agc Exp $ # FreeBSD Id: Makefile,v 1.10 1997/09/15 07:22:06 tg Exp # DISTNAME= noweb-2.9a PKGREVISION= 1 -WRKSRC= ${WRKDIR}/src CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/ EXTRACT_SUFX= .tgz @@ -15,6 +14,8 @@ COMMENT= Simple, extensible literate-programming tool DEPENDS= icon>=9.3:../../lang/icon +WRKSRC= ${WRKDIR}/src + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} != "SunOS" -- cgit v1.2.3