diff options
author | rh <rh@pkgsrc.org> | 2003-04-21 23:31:14 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-21 23:31:14 +0000 |
commit | 5bec9dd485daf2a327755bd8e366c37850aeb54c (patch) | |
tree | d64f0b0b26f6307b870339b6acc80746c2c6ba86 /pkgtools/url2pkg/Makefile | |
parent | 6effdc375d4d73e9521d3c9324876f4d98f45655 (diff) | |
download | pkgsrc-5bec9dd485daf2a327755bd8e366c37850aeb54c.tar.gz |
Update url2pkg to 1.21. Notable changes include:
- now sets USE_PKGLOCALEDIR if .mo or .gmo files are found
- now recognizes GCONF schemas
- no PKGCONFIG_OVERRIDE statements for -uninstalled .pc.in files
- some minor code cleanup
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 fc1dc40f36c..fca281c5cad 100644 --- a/pkgtools/url2pkg/Makefile +++ b/pkgtools/url2pkg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2003/03/29 12:42:13 jmmv Exp $ +# $NetBSD: Makefile,v 1.24 2003/04/21 23:31:14 rh Exp $ # -DISTNAME= url2pkg-1.20 +DISTNAME= url2pkg-1.21 WRKSRC= ${WRKDIR} CATEGORIES= pkgtools sysutils MASTER_SITES= # Nothing |