From 6f19ebdc3bf2df2e19ac753f271bb75678b00cad Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 26 Dec 1998 20:10:02 +0000 Subject: Wasn't in the main dir when I commited this the first time. Noticed by: jdp --- lang/gcc42/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lang/gcc42/Makefile') diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 0c1e150..55bc9f0 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra # -# $Id: Makefile,v 1.40 1998/12/05 03:40:17 obrien Exp $ +# $Id: Makefile,v 1.41 1998/12/05 04:00:40 obrien Exp $ # DISTNAME= egcs-1.1.1 @@ -29,6 +29,7 @@ EGCS_REV= egcs-2.91.60 LIBSTDCPP_REV= 2.9.0 .if ${PORTOBJFORMAT} == "elf" +PLIST= ${WRKDIR}/PLIST #GNUHOST= ${ARCH}-unknown-freebsdelf${OSREL} GNUHOST= ${ARCH}-unknown-freebsdelf .else @@ -51,6 +52,9 @@ pre-configure: ${SED} -e "s:__FreeBSD__:__FreeBSD__=$${MAJ}:" freebsd.h.in >freebsd.h ; \ ${MV} freebsd-elf.h freebsd-elf.h.in ; \ ${SED} -e "s:__FreeBSD__:__FreeBSD__=$${MAJ}:" freebsd-elf.h.in >freebsd-elf.h) +.if ${PORTOBJFORMAT} == "elf" + @${SED} -e 's/^@comment ELF-only://' ${PKGDIR}/PLIST >${PLIST} +.endif pre-install: ${MKDIR} ${PREFIX}/info -- cgit v1.1