diff options
author | rh <rh> | 2003-04-22 00:35:08 +0000 |
---|---|---|
committer | rh <rh> | 2003-04-22 00:35:08 +0000 |
commit | 6889c2d118725da98ea827ea4540fc5c4ff673e8 (patch) | |
tree | 1434059f6eca4f13c4272c63678d6af708f5de6d /pkgtools/url2pkg/Makefile | |
parent | 3166105206ac3e81772d085f7560f51cb05983d4 (diff) | |
download | pkgsrc-6889c2d118725da98ea827ea4540fc5c4ff673e8.tar.gz |
Update url2pkg to 1.22. Notable changes include:
- conversion of prdownloads.sourceforge.net URLs to
MASTER_SITE_SOURCEFORGE
- pre-fill CATEGORIES from the directory name
- educated guess about the HOMEPAGE
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 fca281c5cad..4c6501adc9d 100644 --- a/pkgtools/url2pkg/Makefile +++ b/pkgtools/url2pkg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2003/04/21 23:31:14 rh Exp $ +# $NetBSD: Makefile,v 1.25 2003/04/22 00:35:08 rh Exp $ # -DISTNAME= url2pkg-1.21 +DISTNAME= url2pkg-1.22 WRKSRC= ${WRKDIR} CATEGORIES= pkgtools sysutils MASTER_SITES= # Nothing |