diff options
author | obrien <obrien@FreeBSD.org> | 1998-08-17 17:03:31 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-08-17 17:03:31 +0000 |
commit | 2c0c9943e63463be182830f76c696f258cb2e0a1 (patch) | |
tree | 4b9c5659e82eaccf2e04c5e4fa6d49bfb9f8aab7 /lang/glibstdc++28 | |
parent | 0b9c708dc6b4fe8dd7e1c5efd7c33ab636fc2270 (diff) | |
download | FreeBSD-ports-2c0c9943e63463be182830f76c696f258cb2e0a1.zip FreeBSD-ports-2c0c9943e63463be182830f76c696f258cb2e0a1.tar.gz |
Re-add bits to allow ``make reinstall'' or a boched ``make install'' to
be retried.
Diffstat (limited to 'lang/glibstdc++28')
-rw-r--r-- | lang/glibstdc++28/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile index 61a7cd5..27651b9 100644 --- a/lang/glibstdc++28/Makefile +++ b/lang/glibstdc++28/Makefile @@ -4,7 +4,7 @@ # Date created: 03 Mar 1998 # Whom: David O'Brien <obrien@NUXI.com> # -# $Id: Makefile,v 1.8 1998/08/17 02:03:20 obrien Exp $ +# $Id: Makefile,v 1.9 1998/08/17 06:40:16 hoek Exp $ # DISTNAME= libstdc++-2.8.1.1 @@ -26,6 +26,11 @@ GNU_CONFIGURE= yes USE_GMAKE= yes PLIST_SUB= GCC28SUBDIR=${GCC28DIR} +pre-install: + @# allow a boched ``make install'' to be re-tried + @${RM} -rf ${PREFIX}/include/g++ + @${MKDIR} ${PREFIX}/include/g++ + post-install: ${RM} -rf ${PREFIX}/${GCC28DIR}/include/g++ ${MV} ${PREFIX}/include/g++ \ |