diff options
author | wiz <wiz> | 2003-10-11 06:24:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-10-11 06:24:52 +0000 |
commit | f596d77bf9150593ce3b1ff0dae79093027ad009 (patch) | |
tree | a16bcbd90c2f9c4ba0d5df7a0ffc7b1e4cf4b7d8 /lang/gcc3 | |
parent | 55491ccc2a6761b186d62940e8ea6fa34ea7d1ce (diff) | |
download | pkgsrc-f596d77bf9150593ce3b1ff0dae79093027ad009.tar.gz |
Use S modifier instead of C; should fix first part of PR 23126.
Diffstat (limited to 'lang/gcc3')
-rw-r--r-- | lang/gcc3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile index 4abcd4f419f..d7d4b5c4e41 100644 --- a/lang/gcc3/Makefile +++ b/lang/gcc3/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2003/08/09 10:59:11 seb Exp $ +# $NetBSD: Makefile,v 1.45 2003/10/11 06:24:52 wiz Exp $ # DISTNAME= gcc-3.3 PKGREVISION= 5 -PKGNAME= ${DISTNAME:C|gcc|gcc3|} +PKGNAME= ${DISTNAME:S/gcc/gcc3/} CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-3.3/} EXTRACT_SUFX= .tar.bz2 |