diff options
author | salo <salo> | 2003-05-16 03:06:53 +0000 |
---|---|---|
committer | salo <salo> | 2003-05-16 03:06:53 +0000 |
commit | b5d0a1c733ba978afe2bff2fc34be7030febc942 (patch) | |
tree | 5ae78c8fb28e947254eefe2a6ee2dd5ffd0f73a1 | |
parent | 0cf77014bb797cc9c0511aa00d4436a47a1460fb (diff) | |
download | pkgsrc-b5d0a1c733ba978afe2bff2fc34be7030febc942.tar.gz |
- DESCR has 80 columns, improve wording
- whitespace and style nits
-rw-r--r-- | textproc/diffstat/DESCR | 4 | ||||
-rw-r--r-- | textproc/diffstat/Makefile | 20 |
2 files changed, 12 insertions, 12 deletions
diff --git a/textproc/diffstat/DESCR b/textproc/diffstat/DESCR index 10f5f1e9a28..5159ce3d24c 100644 --- a/textproc/diffstat/DESCR +++ b/textproc/diffstat/DESCR @@ -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. diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile index 40271a9a256..f5ddbc0a852 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -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" |