diff options
author | netchild <netchild@FreeBSD.org> | 2002-08-20 19:03:14 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-08-20 19:03:14 +0800 |
commit | 742657bad1218d356d7a76111ee54c761c8d2c49 (patch) | |
tree | 380e384f365f3e4c2ef2c601ec998c3b3c0ea21c /lang/ifc | |
parent | d5da2e6406f33686caa8ca81eeedcb1d595c84ca (diff) | |
download | freebsd-ports-gnome-742657bad1218d356d7a76111ee54c761c8d2c49.tar.gz freebsd-ports-gnome-742657bad1218d356d7a76111ee54c761c8d2c49.tar.zst freebsd-ports-gnome-742657bad1218d356d7a76111ee54c761c8d2c49.zip |
Fix bugs in last commit.
Submitted by: maintainer
Diffstat (limited to 'lang/ifc')
-rw-r--r-- | lang/ifc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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+\<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 \ |