From d026fced24425b7919cb1e5be125dfbe42162113 Mon Sep 17 00:00:00 2001 From: Tim Vanderhoek Date: Mon, 17 Aug 1998 06:40:16 +0000 Subject: Properly adapt for the latest bsd.port.mk. :-) --- lang/glibstdc++28/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'lang/glibstdc++28/Makefile') 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 # -# $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++ -- cgit v1.2.3