diff options
Diffstat (limited to 'devel/noweb/Makefile')
-rw-r--r-- | devel/noweb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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" |