diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 19:41:30 +0800 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 19:41:30 +0800 |
commit | 42542fb07642b8336e808272918f3ae46aa67e0b (patch) | |
tree | 98ff235c33c6493aa26457284f122652c38935f7 /lang/ifc7 | |
parent | 4c9cd257fd4e6eca46807a43e128d298429ee3cd (diff) | |
download | freebsd-ports-gnome-42542fb07642b8336e808272918f3ae46aa67e0b.tar.gz freebsd-ports-gnome-42542fb07642b8336e808272918f3ae46aa67e0b.tar.zst freebsd-ports-gnome-42542fb07642b8336e808272918f3ae46aa67e0b.zip |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Diffstat (limited to 'lang/ifc7')
-rw-r--r-- | lang/ifc7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ifc7/Makefile b/lang/ifc7/Makefile index 8bcba1dbe24d..378f7597a6c8 100644 --- a/lang/ifc7/Makefile +++ b/lang/ifc7/Makefile @@ -30,7 +30,7 @@ PLIST_SUB= COMPILERDIR=${COMPILERDIR} PATCH_WRKSRC= ${WRKSRC}/opt/intel/${COMPILERDIR} MAN1= ifc.1 -MANPREFIX= ${TARGETDIR}/intel/${COMPILERDIR}/ +MANPREFIX= ${PREFIX}/intel/${COMPILERDIR}/ IFC_SITE= http://www.intel.com/software/products/compilers/ |