summaryrefslogtreecommitdiff
path: root/lang/gcc3-c++
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-07-16 20:23:58 +0000
committerdrochner <drochner@pkgsrc.org>2003-07-16 20:23:58 +0000
commit9ccfc92afb330ca5839f946e833fc2628078c565 (patch)
treeb2961d075935503f41448fc9e972f79a9775a4cd /lang/gcc3-c++
parent4a06a493c2ba3d14a7185624c36e19da93155208 (diff)
downloadpkgsrc-9ccfc92afb330ca5839f946e833fc2628078c565.tar.gz
elaborate the INSTALLTO_SUBPREFIX thing a bit more: modify the
PKGNAME if we are installing to an alternative location so that the pkg system doesn't complain about conflicts. Now it is possible to install a gcc3 tree to some location where it can be used to bootstrap another instance of itself...
Diffstat (limited to 'lang/gcc3-c++')
-rw-r--r--lang/gcc3-c++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc3-c++/Makefile b/lang/gcc3-c++/Makefile
index a9030a58175..d6db0a8f95b 100644
--- a/lang/gcc3-c++/Makefile
+++ b/lang/gcc3-c++/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/07/08 15:04:59 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/16 20:23:59 drochner Exp $
#
-PKGNAME= gcc3-c++-3.3
+PKGNAME= gcc3${GCC3_PKGMODIF}-c++-3.3
COMMENT= GNU Compiler Collection, c++ Compiler
.include "../gcc3-c/buildaddon.mk"