From 742657bad1218d356d7a76111ee54c761c8d2c49 Mon Sep 17 00:00:00 2001 From: netchild Date: Tue, 20 Aug 2002 11:03:14 +0000 Subject: Fix bugs in last commit. Submitted by: maintainer --- lang/ifc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/ifc') diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index bfa39ffe7043..3d906c9656a8 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -62,9 +62,10 @@ pre-patch: post-patch: # Correct some paths and patch some files + @${RM} ${WRKSRC}/opt/intel/compiler60/ia32/bin/ifc.orig .for i in ia32/bin/ifcvars.csh ia32/bin/ifcvars.sh \ ia32/bin/ifc docs/fsupport - @${SED} 's+\+${PREFIX}/intel+g; s+man -w+manpath+g; s+@LINUXBASE@+${LINUXBASE}+g; s+/bin/sh+${LINUXBASE}/bin/bash+g s++${DISTNAME}+g' \ + @${SED} 's+\+${PREFIX}/intel+g; s+man -w+manpath+g; s+@LINUXBASE@+${LINUXBASE}+g; s+/bin/sh+${LINUXBASE}/bin/bash+g; s+\+${DISTNAME}+g' \ ${WRKSRC}/opt/intel/compiler60/${i} \ >${WRKSRC}/opt/intel/compiler60/${i}.seded @${MV} -f ${WRKSRC}/opt/intel/compiler60/${i}.seded \ -- cgit