diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 03:45:05 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 03:45:05 +0000 |
commit | b0587df2a10b357c169487fb11c3dc71ee23ae86 (patch) | |
tree | 058a5d7dbd4e2830d044e3fb78162276979aef46 /misc/dync | |
parent | d0e9745b16d88b3d48b213aa728de902f1a648d5 (diff) | |
download | pkgsrc-b0587df2a10b357c169487fb11c3dc71ee23ae86.tar.gz |
Fixes:
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
Diffstat (limited to 'misc/dync')
-rw-r--r-- | misc/dync/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/dync/Makefile b/misc/dync/Makefile index 24ebf599305..a7e7bab41fd 100644 --- a/misc/dync/Makefile +++ b/misc/dync/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.18 2012/10/08 09:57:20 asau Exp $ +# $NetBSD: Makefile,v 1.19 2013/04/06 03:45:17 rodent Exp $ # -DISTNAME= dync-1.1 -PKGREVISION= 2 -CATEGORIES= misc -MASTER_SITES= http://www.westley.demon.co.uk/src/ +DISTNAME= dync-1.1 +PKGREVISION= 2 +CATEGORIES= misc +MASTER_SITES= http://www.westley.demon.co.uk/src/ -MAINTAINER= agc@NetBSD.org -HOMEPAGE= http://www.alistaircrooks.co.uk/software.html -COMMENT= awk-like utility with C as language +MAINTAINER= agc@NetBSD.org +HOMEPAGE= http://www.alistaircrooks.co.uk/software.html +COMMENT= C language awk-like utility GNU_CONFIGURE= yes BUILD_TARGET= tst |