diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-08-20 11:03:14 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-08-20 11:03:14 +0000 |
commit | 9b544d1add90ef3ddd249895c88b1af89a71ecfd (patch) | |
tree | 872e9df0efb89358dc4b0ae982799c269614002b /lang/ifc7 | |
parent | 20e0f1e905eb9b8160250a4d84ccb4814739cec5 (diff) | |
download | ports-9b544d1add90ef3ddd249895c88b1af89a71ecfd.tar.gz ports-9b544d1add90ef3ddd249895c88b1af89a71ecfd.zip |
Notes
Diffstat (limited to 'lang/ifc7')
-rw-r--r-- | lang/ifc7/Makefile | 3 |
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 \ |