mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Properly adapt for the latest bsd.port.mk. :-)
This commit is contained in:
parent
751f2992ec
commit
d026fced24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12568
@ -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++
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user