diff options
-rw-r--r-- | pkgtools/url2pkg/Makefile | 4 | ||||
-rwxr-xr-x | pkgtools/url2pkg/files/url2pkg | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/pkgtools/url2pkg/Makefile b/pkgtools/url2pkg/Makefile index ab4e9dde383..809ea3425a7 100644 --- a/pkgtools/url2pkg/Makefile +++ b/pkgtools/url2pkg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2001/12/29 13:07:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.18 2002/03/04 00:53:15 hubertf Exp $ # -DISTNAME= url2pkg-1.17 +DISTNAME= url2pkg-1.18 CATEGORIES= pkgtools sysutils MASTER_SITES= # Nothing DISTFILES= # Nothing diff --git a/pkgtools/url2pkg/files/url2pkg b/pkgtools/url2pkg/files/url2pkg index 72e00d6e124..5520f870c42 100755 --- a/pkgtools/url2pkg/files/url2pkg +++ b/pkgtools/url2pkg/files/url2pkg @@ -1,9 +1,9 @@ #!/bin/sh # -# $NetBSD: url2pkg,v 1.18 2001/12/29 13:07:14 hubertf Exp $ +# $NetBSD: url2pkg,v 1.19 2002/03/04 00:53:16 hubertf Exp $ # # url2pkg -# (c) 1999 Hubert Feyrer +# (c) 1999-2002 Hubert Feyrer <hubert@feyrer.de> # if [ "$MAKE" = "" ]; then @@ -83,6 +83,7 @@ if [ ! -f w*/.extract_done ]; then ) >Makefile echo '@comment $'NetBSD'$' > PLIST + touch distinfo ${editor} +5 Makefile |