summaryrefslogtreecommitdiff
path: root/lang/glibstdc++28/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-17 06:40:16 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-17 06:40:16 +0000
commitd026fced24425b7919cb1e5be125dfbe42162113 (patch)
tree3f95d4187ee2a9ab95fa848f08377ba0ad2aead5 /lang/glibstdc++28/Makefile
parentRemove more manpages, as part of the great manpage removal project. (diff)
Properly adapt for the latest bsd.port.mk. :-)
Notes
Notes: svn path=/head/; revision=12568
Diffstat (limited to 'lang/glibstdc++28/Makefile')
-rw-r--r--lang/glibstdc++28/Makefile12
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++