summaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authorfredb <fredb>2001-12-29 18:33:39 +0000
committerfredb <fredb>2001-12-29 18:33:39 +0000
commitf70bb2d9ac283447584bce0b8df06b6e1c320764 (patch)
tree218b6a71953630103a607054c142f452d8ece388 /lang/gcc
parent46613e8561a9041f77177d97200b173942376a89 (diff)
downloadpkgsrc-f70bb2d9ac283447584bce0b8df06b6e1c320764.tar.gz
Let's keep this simple, and not let the "nb" bump affect the name of the
installation directory.
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 5ae0deffe71..6f65f9bad56 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2001/12/29 17:41:45 fredb Exp $
+# $NetBSD: Makefile,v 1.30 2001/12/29 18:33:39 fredb Exp $
DISTNAME= gcc-2.95.2
PKGREVISION= 1
@@ -32,7 +32,7 @@ CONFIGURE_ARGS= --host=${MACHINE_GCC_PLATFORM} \
CONFIGURE_SCRIPT= ${SRCDIR}/configure
INFO_FILES= chill.info cpp.info g77.info gcc.info
-GCC_VERSION= ${PKGNAME:C/.*-//}
+GCC_VERSION= ${PKGNAME:C/.*-//:C/nb[1-9]*//}
MESSAGE_SUBST+= MAKE=${MAKE}
PLIST_SUBST+= GCC_VERSION=${GCC_VERSION} \
MACHINE_GCC_PLATFORM=${MACHINE_GCC_PLATFORM}