summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-12-29 18:33:39 +0000
committerfredb <fredb@pkgsrc.org>2001-12-29 18:33:39 +0000
commitabdc282c793600e7b14bd7d8fdae9710060b7d62 (patch)
tree218b6a71953630103a607054c142f452d8ece388 /lang
parent76ce1633d016418b1c93d26770655585c41803d0 (diff)
downloadpkgsrc-abdc282c793600e7b14bd7d8fdae9710060b7d62.tar.gz
Let's keep this simple, and not let the "nb" bump affect the name of the
installation directory.
Diffstat (limited to 'lang')
-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}