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 /textproc/diffstat/Makefile | |
parent | 0cf77014bb797cc9c0511aa00d4436a47a1460fb (diff) | |
download | pkgsrc-b5d0a1c733ba978afe2bff2fc34be7030febc942.tar.gz |
- DESCR has 80 columns, improve wording
- whitespace and style nits
Diffstat (limited to 'textproc/diffstat/Makefile')
-rw-r--r-- | textproc/diffstat/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
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" |