diff options
Diffstat (limited to 'pkgtools/url2pkg/Makefile')
-rw-r--r-- | pkgtools/url2pkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/url2pkg/Makefile b/pkgtools/url2pkg/Makefile index 1e1baf5ac50..731e4a825c5 100644 --- a/pkgtools/url2pkg/Makefile +++ b/pkgtools/url2pkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/04/13 18:13:34 hubertf Exp $ +# $NetBSD: Makefile,v 1.15 2001/09/09 20:36:43 agc Exp $ # DISTNAME= url2pkg-1.15 @@ -10,7 +10,7 @@ MAINTAINER= hubertf@netbsd.org COMMENT= Shellscript to help with the first steps to build a package EXTRACT_ONLY= # empty -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} NO_CHECKSUM= yes NO_BUILD= yes NO_PATCH= yes |