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 /pkgtools | |
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 'pkgtools')
-rw-r--r-- | pkgtools/compat_headers/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkg_p5up2date/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/compat_headers/Makefile b/pkgtools/compat_headers/Makefile index bafb163fe2e..b05858b22f7 100644 --- a/pkgtools/compat_headers/Makefile +++ b/pkgtools/compat_headers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/02/01 22:21:09 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/06 03:45:21 rodent Exp $ DISTNAME= compat_headers-0.2 CATEGORIES= pkgtools @@ -7,7 +7,7 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.pkgsrc.org/ -COMMENT= compatibility headers +COMMENT= Compatibility headers PREV_PKGPATH= pkgtools/posix_headers SUPERSEDES= posix_headers-[0-9]* diff --git a/pkgtools/pkg_p5up2date/Makefile b/pkgtools/pkg_p5up2date/Makefile index 6c0ce521332..daa51419caf 100644 --- a/pkgtools/pkg_p5up2date/Makefile +++ b/pkgtools/pkg_p5up2date/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/10/03 21:57:15 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:22 rodent Exp $ DISTNAME= pkg_p5up2date-0.04 PKGREVISION= 1 @@ -7,7 +7,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= pkgsrc-p5-people@NetBSD.org -COMMENT= check p5-* pkgsrc packages requiring updates +COMMENT= Check p5-* pkgsrc packages requiring updates PKG_INSTALLATION_TYPES= overwrite pkgviews |