summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 03:45:05 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 03:45:05 +0000
commite33aa74b6eba4d1b9c2011e1f22ed0dc47442294 (patch)
tree058a5d7dbd4e2830d044e3fb78162276979aef46 /lang
parentf5c547ba8231c6d89988ee6f34a88720e8c99eb9 (diff)
downloadpkgsrc-e33aa74b6eba4d1b9c2011e1f22ed0dc47442294.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')
-rw-r--r--lang/gcc47-libs/Makefile28
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