diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-10-23 00:45:47 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-10-23 00:45:47 +0000 |
commit | d642288e833556f7cfb0897313ee47f2084c8af7 (patch) | |
tree | 7105b587234464048ddad2b66565b179767cdfa7 /lang/gcc7/Makefile | |
parent | 1508f8132003007bc6ce3dd2eae6a360bb4aa844 (diff) | |
download | pkgsrc-d642288e833556f7cfb0897313ee47f2084c8af7.tar.gz |
Fix grammar in a comment in gcc* Makefiles
Diffstat (limited to 'lang/gcc7/Makefile')
-rw-r--r-- | lang/gcc7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc7/Makefile b/lang/gcc7/Makefile index 3251786a2e1..ab27a462952 100644 --- a/lang/gcc7/Makefile +++ b/lang/gcc7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2020/10/22 11:15:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.36 2020/10/23 00:45:48 gutteridge Exp $ GCC_PKGNAME= gcc7 .include "version.mk" @@ -7,7 +7,7 @@ DISTNAME= gcc-${GCC7_DIST_VERSION} PKGNAME= ${GCC_PKGNAME}-${GCC7_DIST_VERSION} PKGREVISION= 3 ## When bumping the PKGREVISION of this package the PKGREVISION of -## lang/gcc7-libs needs to be bump to be at least 1 more than the +## lang/gcc7-libs needs to be bumped to be at least 1 more than the ## PKGREVISION of this package! CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC7_DIST_VERSION}/} |