diff options
author | grant <grant@pkgsrc.org> | 2003-07-06 12:31:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-06 12:31:57 +0000 |
commit | 886b31b982f98847ef167be8f99cdc95d2254e1a (patch) | |
tree | 88089958c81824184d7383ce816f73c94c2174da /lang/gcc3-ada/Makefile | |
parent | bf1c6cfe932f764ccfa3e9d8784a98172abc845c (diff) | |
download | pkgsrc-886b31b982f98847ef167be8f99cdc95d2254e1a.tar.gz |
set GCC_VERSION for use in GCC_ARCHDIR. remove a superfluous comment
about GCC_PREFIX.
XXX why is GCC_PREFIX ${PREFIX}/gcc3 ?
Diffstat (limited to 'lang/gcc3-ada/Makefile')
-rw-r--r-- | lang/gcc3-ada/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc3-ada/Makefile b/lang/gcc3-ada/Makefile index d5ddc5eb1ec..2151940706b 100644 --- a/lang/gcc3-ada/Makefile +++ b/lang/gcc3-ada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2003/07/06 12:15:03 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2003/07/06 12:31:58 grant Exp $ # DISTNAME= gcc-3.3 @@ -57,9 +57,9 @@ ALL_TARGET= bootstrap . endif .endif -# as this is named gcc3, use DISTNAME instead. GCC_PREFIX= ${PREFIX}/gcc3 -GCC_ARCHDIR= ${GCC_PREFIX}/lib/gcc-lib/${GCC_PLATFORM}/${PKGVERSION} +GCC_VERSION= ${PKGVERSION:C|nb*||} +GCC_ARCHDIR= ${GCC_PREFIX}/lib/gcc-lib/${GCC_PLATFORM}/${GCC_VERSION} # # Bootstrap section. Define something to make the pkg usable. |