diff options
author | drochner <drochner@pkgsrc.org> | 2003-07-16 20:23:58 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-07-16 20:23:58 +0000 |
commit | 9ccfc92afb330ca5839f946e833fc2628078c565 (patch) | |
tree | b2961d075935503f41448fc9e972f79a9775a4cd /lang/gcc3-f77 | |
parent | 4a06a493c2ba3d14a7185624c36e19da93155208 (diff) | |
download | pkgsrc-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-f77')
-rw-r--r-- | lang/gcc3-f77/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc3-f77/Makefile b/lang/gcc3-f77/Makefile index b7acda1eed4..231bc5bb756 100644 --- a/lang/gcc3-f77/Makefile +++ b/lang/gcc3-f77/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/07/08 15:05:00 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/16 20:23:59 drochner Exp $ # -PKGNAME= gcc3-f77-3.3 +PKGNAME= gcc3${GCC3_PKGMODIF}-f77-3.3 COMMENT= GNU Compiler Collection, f77 Compiler INFO_FILES= g77.info |