diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-17 06:40:16 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-17 06:40:16 +0000 |
commit | 8cd2194dc67b9060529db468643d9c8231d8f068 (patch) | |
tree | 948b85b51862571e7a8d66b218339bb9409b00f8 | |
parent | cab8708cf414b318215121ed0da83b5af4b0ef14 (diff) | |
download | FreeBSD-ports-8cd2194dc67b9060529db468643d9c8231d8f068.zip FreeBSD-ports-8cd2194dc67b9060529db468643d9c8231d8f068.tar.gz |
Properly adapt for the latest bsd.port.mk. :-)
-rw-r--r-- | lang/glibstdc++28/Makefile | 12 | ||||
-rw-r--r-- | lang/glibstdc++28/pkg-plist | 4 |
2 files changed, 4 insertions, 12 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile index 8d6705c..61a7cd5 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++ diff --git a/lang/glibstdc++28/pkg-plist b/lang/glibstdc++28/pkg-plist index 3d77c9d3..9e43987 100644 --- a/lang/glibstdc++28/pkg-plist +++ b/lang/glibstdc++28/pkg-plist @@ -136,5 +136,5 @@ %%GCC28SUBDIR%%/include/g++/tree.h %%GCC28SUBDIR%%/include/g++/type_traits.h %%GCC28SUBDIR%%/include/g++/vector.h -i386-unknown-freebsd%%GNUOSREL%%/include/_G_config.h -i386-unknown-freebsd%%GNUOSREL%%/lib/libiberty.a +i386-unknown-freebsd%%OSREL%%/include/_G_config.h +i386-unknown-freebsd%%OSREL%%/lib/libiberty.a |