summaryrefslogtreecommitdiff
path: root/lang/gcc-ssp
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-07-06 12:31:57 +0000
committergrant <grant@pkgsrc.org>2003-07-06 12:31:57 +0000
commit886b31b982f98847ef167be8f99cdc95d2254e1a (patch)
tree88089958c81824184d7383ce816f73c94c2174da /lang/gcc-ssp
parentbf1c6cfe932f764ccfa3e9d8784a98172abc845c (diff)
downloadpkgsrc-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/gcc-ssp')
-rw-r--r--lang/gcc-ssp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile
index ea538042bd5..cb9f57aa148 100644
--- a/lang/gcc-ssp/Makefile
+++ b/lang/gcc-ssp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2003/06/02 01:19:04 jschauma Exp $
+# $NetBSD: Makefile,v 1.25 2003/07/06 12:31:57 grant Exp $
DISTNAME= gcc-2.95.3
GCC_VERSION= 2.95.3
@@ -120,7 +120,7 @@ post-install:
# remove empy file and directories that show up when one
# does make install; make deinstall; make install
post-install:
- -cd ${GCC_PREFIX}/lib/gcc-lib/${MACHINE_GNU_PLATFORM}/${PKGVERSION}/include && \
+ -cd ${GCC_PREFIX}/lib/gcc-lib/${MACHINE_GNU_PLATFORM}/${GCC_VERSION}/include && \
${RM} -f fixed && \
${RMDIR} v7 v9
.endif