summaryrefslogtreecommitdiff
path: root/lang/gcc-ssp
diff options
context:
space:
mode:
authorgrant <grant>2003-07-06 12:31:57 +0000
committergrant <grant>2003-07-06 12:31:57 +0000
commit2f7f53210ed85d42a37dd6ff96c136979fd41251 (patch)
tree88089958c81824184d7383ce816f73c94c2174da /lang/gcc-ssp
parentbca80f0051097b210a1b98fafed5a2231d694126 (diff)
downloadpkgsrc-2f7f53210ed85d42a37dd6ff96c136979fd41251.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