diff options
author | tron <tron@pkgsrc.org> | 2001-01-13 00:34:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-13 00:34:55 +0000 |
commit | 2bcd8c5bd0273b9e794bb36204db920cafe5fdfe (patch) | |
tree | ea7fdb2659f6f7e0e8837a4d194643e7054a0c17 /lang/gcc | |
parent | 3731f4fbf87cc7c32d8fd54fa513d2904aae1a71 (diff) | |
download | pkgsrc-2bcd8c5bd0273b9e794bb36204db920cafe5fdfe.tar.gz |
Fix thinko in last commit.
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 6cbb708e343..537d0d9e9ea 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/01/13 00:21:11 tron Exp $ +# $NetBSD: Makefile,v 1.11 2001/01/13 00:34:55 tron Exp $ DISTNAME= gcc-2.95.2 CATEGORIES= lang @@ -65,10 +65,9 @@ post-build: done .endif +.if (${OPSYS} != SunOS) post-install: -.if (${OPSYS} == SunOS) - ${RM} -f ${GCC_PREFIX}/bin/cc -.else + ${LN} -s gcc ${PREFIX}/${PKGNAME}/bin/cc ${RM} -f ${GCC_PREFIX}/lib/gcc-lib/${MACHINE_GCC_PLATFORM}/${GCC_VERSION}/include/curses.h ${INSTALL_DATA} ${WRKDIR}/gcc.mk ${PREFIX}/etc/${PKGNAME}.mk .endif |