head	1.2;
access;
symbols
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.04.28.22.17.47;	author maho;	state dead;
branches;
next	1.1;

1.1
date	2002.11.18.09.27.32;	author maho;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update ports for 7.1.015

Submitted by:	 Masakazu HIGAKI <higamasa@@dream.com>
@
text
@--- opt/intel/compiler60/ia32/bin/ifc.orig	Sun Sep 22 01:03:04 2002
+++ opt/intel/compiler60/ia32/bin/ifc	Sun Sep 22 01:06:31 2002
@@@@ -1,29 +1,31 @@@@
 #!/bin/sh
 
-INTEL_LICENSE_FILE=<INSTALLDIR>/licenses;
+PREFIX=/usr/local
+export PREFIX
+INTEL_LICENSE_FILE=${PREFIX}/intel/licenses;
 export INTEL_LICENSE_FILE;
 
 if [ -z LD_LIBRARY_PATH ]
 then 
- LD_LIBRARY_PATH=<INSTALLDIR>/compiler60/ia32/lib;
+ LD_LIBRARY_PATH=${PREFIX}/intel/compiler60/ia32/lib;
 else
- LD_LIBRARY_PATH=<INSTALLDIR>/compiler60/ia32/lib:$LD_LIBRARY_PATH
+ LD_LIBRARY_PATH=${PREFIX}/intel/compiler60/ia32/lib:$LD_LIBRARY_PATH
 fi
 export LD_LIBRARY_PATH;
 
 if [ -z PATH ]
 then
- PATH=<INSTALLDIR>/compiler60/ia32/bin;
+ PATH=${PREFIX}/intel/compiler60/ia32/bin;
 else
- PATH=<INSTALLDIR>/compiler60/ia32/bin:$PATH;
+ PATH=${PREFIX}/intel/compiler60/ia32/bin:$PATH;
 fi
 export PATH;
 
-export -n IA32ROOT; unset IA32ROOT;
+unset IA32ROOT;
 
 if [ $# != 0 ]
 then
- exec -a "<INSTALLDIR>/compiler60/ia32/bin/ifc" <INSTALLDIR>/compiler60/ia32/bin/ifcbin "$@@";
+ exec ${PREFIX}/intel/compiler60/ia32/bin/ifcbin "$@@";
 else
- exec -a "<INSTALLDIR>/compiler60/ia32/bin/ifc" <INSTALLDIR>/compiler60/ia32/bin/ifcbin;
+ exec ${PREFIX}/intel/compiler60/ia32/bin/ifcbin;
 fi
@


1.1
log
@Now ifc outputs FreeBSD's native binary.
Bump portrevision.

Wonderful work by: Masakazu Higaki <higamasa@@dream.com>
Approved by: maho(maintainer)
Reviewed by: knu(mentor)
@
text
@@

