diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-10 22:04:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-10 22:04:01 +0000 |
commit | 559b7f04519bfe93a7fe6159108feee7353697b3 (patch) | |
tree | bedaac5b6e42958cf3738f30dd4f94f65ed81052 /pkgtools/pkgdiff/Makefile | |
parent | 2f0126a2ae95e47eabef35bdb8d999c78420b12d (diff) | |
download | pkgsrc-559b7f04519bfe93a7fe6159108feee7353697b3.tar.gz |
Make pkgdiff smarter re: configure patches: avoid most parts that only
change the line number in the configure script.
Mostly by Stoned Elipot, with slight changes by me.
Bump to 0.104.
Diffstat (limited to 'pkgtools/pkgdiff/Makefile')
-rw-r--r-- | pkgtools/pkgdiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgdiff/Makefile b/pkgtools/pkgdiff/Makefile index c20a4b3bcda..7d99c73ca40 100644 --- a/pkgtools/pkgdiff/Makefile +++ b/pkgtools/pkgdiff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2001/12/15 20:25:39 agc Exp $ +# $NetBSD: Makefile,v 1.23 2002/03/10 22:04:01 wiz Exp $ # -DISTNAME= pkgdiff-0.103 +DISTNAME= pkgdiff-0.104 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty |