summaryrefslogtreecommitdiff
path: root/lang/ifc7
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2002-08-20 11:03:14 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2002-08-20 11:03:14 +0000
commit9b544d1add90ef3ddd249895c88b1af89a71ecfd (patch)
tree872e9df0efb89358dc4b0ae982799c269614002b /lang/ifc7
parentUpdate to 1.3.13. Changes in this release: (diff)
Fix bugs in last commit.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=64691
Diffstat (limited to 'lang/ifc7')
-rw-r--r--lang/ifc7/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ifc7/Makefile b/lang/ifc7/Makefile
index bfa39ffe7043..3d906c9656a8 100644
--- a/lang/ifc7/Makefile
+++ b/lang/ifc7/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+\<INSTALLDIR\>+${PREFIX}/intel+g; s+man -w+manpath+g; s+@LINUXBASE@+${LINUXBASE}+g; s+/bin/sh+${LINUXBASE}/bin/bash+g s+<INSTALLTIMECOMBOPACKAGEID>+${DISTNAME}+g' \
+ @${SED} 's+\<INSTALLDIR\>+${PREFIX}/intel+g; s+man -w+manpath+g; s+@LINUXBASE@+${LINUXBASE}+g; s+/bin/sh+${LINUXBASE}/bin/bash+g; s+\<INSTALLTIMECOMBOPACKAGEID\>+${DISTNAME}+g' \
${WRKSRC}/opt/intel/compiler60/${i} \
>${WRKSRC}/opt/intel/compiler60/${i}.seded
@${MV} -f ${WRKSRC}/opt/intel/compiler60/${i}.seded \