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 /lang/gcc47-libs | |
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 'lang/gcc47-libs')
-rw-r--r-- | lang/gcc47-libs/Makefile | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/lang/gcc47-libs/Makefile b/lang/gcc47-libs/Makefile index 60c84623851..867179691ba 100644 --- a/lang/gcc47-libs/Makefile +++ b/lang/gcc47-libs/Makefile @@ -1,24 +1,24 @@ -# $NetBSD: Makefile,v 1.10 2013/04/02 09:57:52 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/06 03:45:15 rodent Exp $ -GCC_PKGNAME= gcc47 -.include "../../lang/${GCC_PKGNAME}/version.mk" +GCC_PKGNAME= gcc47 +.include "../../lang/${GCC_PKGNAME}/version.mk" -DISTNAME= gcc-${GCC_DIST_VERSION} -PKGNAME= ${GCC_PKGNAME}-libs-${GCC_DIST_VERSION} +DISTNAME= gcc-${GCC_DIST_VERSION} +PKGNAME= ${GCC_PKGNAME}-libs-${GCC_DIST_VERSION} ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc47 package so that with the dependence pattern ## '{gcc47,gcc47-libs}>=4.7.*' pkg_all will choose gcc47-libs over gcc47. -PKGREVISION= 4 -CATEGORIES= lang -MASTER_SITES= # empty -DISTFILES= # empty +PKGREVISION= 4 +CATEGORIES= lang +MASTER_SITES= # empty +DISTFILES= # empty -MAINTAINER= sbd@NetBSD.org -HOMEPAGE= http://gcc.gnu.org/ -COMMENT= The GNU Compiler Collection (GCC) support shared libraries. -LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 +MAINTAINER= sbd@NetBSD.org +HOMEPAGE= http://gcc.gnu.org/ +COMMENT= The GNU Compiler Collection (GCC) support shared libraries +LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 -USE_TOOLS+= pax +USE_TOOLS+= pax NO_BUILD= yes |