diff options
author | hubertf <hubertf> | 2002-03-04 00:53:15 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-03-04 00:53:15 +0000 |
commit | cb9cec69bce877131a15b123e16f521773e93d77 (patch) | |
tree | b6f468e2000b0d9b5dd5faa7255dedba6bdc6d7d /pkgtools/url2pkg | |
parent | 9b8c6f266c3e0d99d664bb075c3392336fbdc821 (diff) | |
download | pkgsrc-cb9cec69bce877131a15b123e16f521773e93d77.tar.gz |
Bump to 1.18:
Work around chicken-and-egg problem: 'make makesum' seems to need a
'distinfo' file these days.
Diffstat (limited to 'pkgtools/url2pkg')
-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 |