diff options
author | jlam <jlam> | 2001-06-11 16:12:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-11 16:12:41 +0000 |
commit | 86cb16885f429033347127d4108ee01d43556f41 (patch) | |
tree | 72d4cca6f02e22ac110d20571129394e23f8cdd8 /lang/gcc | |
parent | 6a8b12bb40c3c5b33cbbdc15c813c1920dfffc0a (diff) | |
download | pkgsrc-86cb16885f429033347127d4108ee01d43556f41.tar.gz |
Remove installed curses.h file, as is done by pgcc/Makefile.
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 0a0a6eabcd2..3dffdd886a7 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/06/11 15:10:38 tron Exp $ +# $NetBSD: Makefile,v 1.26 2001/06/11 16:12:41 jlam Exp $ DISTNAME= gcc-2.95.2 CATEGORIES= lang @@ -78,6 +78,7 @@ post-build: post-install: ${RM} -f ${GCC_PREFIX}/lib/gcc-lib/${MACHINE_GCC_PLATFORM}/${GCC_VERSION}/include/curses.h ${PREFIX}/${PKGNAME}/bin/cc ${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 |