pkgsrc/textproc/diffstat/Makefile
snj e8eb44c2d4 Update to 1.43. Claim maintainership.
Changes since 1.41:
- fix to avoid modifying data which is being used by tsearch() for
  ordering the binary tree (report by Adrian Bunk).
- do not ignore pathnames in /tmp/, since some tools create usable
  pathnames for both old/new files there (Debian #376086).
- correct ifdef for fgetc_unlocked().
- updated configure macros CF_GCC_VERSION, CF_PATH_SYNTAX and
  CF_XOPEN_SOURCE
- add configure check for compress, gzip and bzip2 programs that may be
  used to decompress files.
2006-10-09 23:09:20 +00:00

16 lines
383 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/10/09 23:09:20 snj Exp $
DISTNAME= diffstat-1.43
CATEGORIES= textproc
MASTER_SITES= ftp://invisible-island.net/diffstat/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html
COMMENT= Display a histogram of diff changes
GNU_CONFIGURE= YES
MAKE_FILE= makefile
.include "../../mk/bsd.pkg.mk"