diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 12:34:50 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 12:34:50 +0000 |
commit | 50513d5d5238ab12e0e327b93bf433d7d288aeeb (patch) | |
tree | a01dbbed0a08990ed895d4f97017c2593d8d7172 /lang/ifc7 | |
parent | - Chase increase of devel/safestr shlib version. (diff) |
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
Notes
Notes:
svn path=/head/; revision=169648
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 3570f4b9551b..07a38c1a7ba5 100644 --- a/lang/ifc7/Makefile +++ b/lang/ifc7/Makefile @@ -32,7 +32,7 @@ PLIST_SUB= COMPILERDIR=${COMPILERDIR} PATCH_WRKSRC= ${WRKSRC}/opt/intel/${COMPILERDIR} MAN1= ifc.1 -MANPREFIX= ${PREFIX}/intel/${COMPILERDIR}/ +MANPREFIX= ${TARGETDIR}/intel/${COMPILERDIR}/ IFC_SITE= http://www.intel.com/software/products/compilers/ |