diff options
Diffstat (limited to 'lang/glibstdc++28/Makefile')
-rw-r--r-- | lang/glibstdc++28/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile index 8d6705c0a142..61a7cd58ced0 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.7 1998/08/16 18:05:32 obrien Exp $ +# $Id: Makefile,v 1.8 1998/08/17 02:03:20 obrien Exp $ # DISTNAME= libstdc++-2.8.1.1 @@ -24,15 +24,7 @@ CXX= g++28 GCC28DIR= lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1 GNU_CONFIGURE= yes USE_GMAKE= yes -PLIST= ${WRKDIR}/PLIST.fixedup - -pre-install: - ${SED} -e 's:%%GNUOSREL%%:${OSREL}:' \ - -e 's:%%GCC28SUBDIR%%:${GCC28DIR}:' \ - ${PKGDIR}/PLIST > ${PLIST} - @# allow a boched ``make install'' to be re-tried - @${RM} -rf ${PREFIX}/include/g++ - @${MKDIR} ${PREFIX}/include/g++ +PLIST_SUB= GCC28SUBDIR=${GCC28DIR} post-install: ${RM} -rf ${PREFIX}/${GCC28DIR}/include/g++ |