- DESCR has 80 columns, improve wording
- whitespace and style nits
This commit is contained in:
parent
77e1c8821b
commit
d5400e4427
2 changed files with 12 additions and 12 deletions
|
@ -1,3 +1,3 @@
|
|||
This program is a simple filter that reads the output of the 'diff' program,
|
||||
and produces a histogram of the total number of lines that were changed. It is
|
||||
diffstat is a simple filter that reads the output of the diff(1) program, and
|
||||
produces a histogram of the total number of lines that were changed. It is
|
||||
useful for scanning a patch file to see which files were changed.
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.2 2003/05/16 01:50:42 simonb Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2003/05/16 03:06:53 salo Exp $
|
||||
#
|
||||
|
||||
DISTNAME= diffstat-1.33
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://invisible-island.net/diffstat/
|
||||
EXTRACT_SUFX= .tgz
|
||||
DISTNAME= diffstat-1.33
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://invisible-island.net/diffstat/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html
|
||||
COMMENT= display a histogram of diff changes
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html
|
||||
COMMENT= display a histogram of diff changes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
MAKEFILE= makefile
|
||||
MAKEFILE= makefile
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue