diff options
author | abs <abs@pkgsrc.org> | 2002-03-10 23:23:40 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-03-10 23:23:40 +0000 |
commit | 8f920c20a93a7e2429be354497fdb7a1b445b997 (patch) | |
tree | 251e3c3d9066fe13a853a0d617b2c838b29f17bb /pkgtools/pkgchk/Makefile | |
parent | 0a5fe486f5d37bb16ae6da4cc4d3c6a1b399111f (diff) | |
download | pkgsrc-8f920c20a93a7e2429be354497fdb7a1b445b997.tar.gz |
Updated pkgchk to 1.24
Handle updated format of +BUILD_VERSION - sometimes patches are recorded
with paths, sometimes not. Ideally we would have a show-build-version
target in bsd.pkg.mk which could be sued by us, but that doesn't help
checking against existing installations where nothing has changed except
the way +BUILD_VERSION is formatted.
Diffstat (limited to 'pkgtools/pkgchk/Makefile')
-rw-r--r-- | pkgtools/pkgchk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgchk/Makefile b/pkgtools/pkgchk/Makefile index 9c4ed13c93f..75beea14641 100644 --- a/pkgtools/pkgchk/Makefile +++ b/pkgtools/pkgchk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2001/12/31 13:58:29 abs Exp $ +# $NetBSD: Makefile,v 1.25 2002/03/10 23:23:40 abs Exp $ -DISTNAME= pkgchk-1.23 +DISTNAME= pkgchk-1.24 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |