pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc3 Use S modifier instead of C; should fix firs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/931f593c7537
branches:  trunk
changeset: 462734:931f593c7537
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 11 06:24:52 2003 +0000

description:
Use S modifier instead of C; should fix first part of PR 23126.

diffstat:

 lang/gcc3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r de36305103e0 -r 931f593c7537 lang/gcc3/Makefile
--- a/lang/gcc3/Makefile        Sat Oct 11 05:09:39 2003 +0000
+++ b/lang/gcc3/Makefile        Sat Oct 11 06:24:52 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index