diff options
Diffstat (limited to 'net/spread/Makefile')
-rw-r--r-- | net/spread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spread/Makefile b/net/spread/Makefile index 6fa6ed7ed17..14812be0e3e 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2003/02/22 23:37:13 mjl Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/29 12:42:04 jmmv Exp $ # DISTNAME= ${BASENAME}-src-${VER} PKGNAME= ${BASENAME}-${VER} +WRKSRC= ${WRKDIR}/${DISTNAME} CATEGORIES= net MASTER_SITES= @@ -20,7 +21,6 @@ _FETCH_MESSAGE= \ BASENAME= spread VER= 3.17.0 -WRKSRC= ${WRKDIR}/${DISTNAME} USE_BUILDLINK2= YES GNU_CONFIGURE= YES |