pkgsrc/textproc/diffstat/Makefile
snj 148a80956f diffstat: Update to 1.65
Changes in 1.65:
+ correct case where there is no unified-context.
+ trim trailing '/' from pathnames, e.g., to handle
  "diff -ru FOO/ BAR/ | diffstat -K" (report by "paxsali").
+ update configure macros
+ update config.guess, config.sub
2023-10-26 16:25:56 +00:00

17 lines
429 B
Makefile

# $NetBSD: Makefile,v 1.29 2023/10/26 16:25:56 snj Exp $
DISTNAME= diffstat-1.65
CATEGORIES= textproc
MASTER_SITES= https://invisible-mirror.net/archives/diffstat/
EXTRACT_SUFX= .tgz
MAINTAINER= snj@NetBSD.org
HOMEPAGE= https://invisible-island.net/diffstat/diffstat.html
COMMENT= Display a histogram of diff changes
LICENSE= modified-bsd # close enough
GNU_CONFIGURE= YES
MAKE_FILE= makefile
.include "../../mk/bsd.pkg.mk"