diff options
author | drochner <drochner> | 2003-07-16 20:23:58 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-07-16 20:23:58 +0000 |
commit | 19516c4e2313b1ddac32294baed63b165d2b2b52 (patch) | |
tree | b2961d075935503f41448fc9e972f79a9775a4cd /lang/gcc3-ada | |
parent | c44101e780b0efed7bee68b72677d55cd2f4dceb (diff) | |
download | pkgsrc-19516c4e2313b1ddac32294baed63b165d2b2b52.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-ada')
-rw-r--r-- | lang/gcc3-ada/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc3-ada/Makefile b/lang/gcc3-ada/Makefile index ccff0da7709..caf1c341d26 100644 --- a/lang/gcc3-ada/Makefile +++ b/lang/gcc3-ada/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/07/08 15:04:53 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/16 20:23:58 drochner Exp $ # -PKGNAME= gcc3-ada-3.3 +PKGNAME= gcc3${GCC3_PKGMODIF}-ada-3.3 COMMENT= GNU Compiler Collection, Ada compiler INFO_FILES= gnat_ug_unx.info gnat_ug_vms.info gnat_ug_vxw.info |