aboutsummaryrefslogtreecommitdiff
path: root/net/globus4
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-08-04 12:34:50 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-08-04 12:34:50 +0000
commit50513d5d5238ab12e0e327b93bf433d7d288aeeb (patch)
treea01dbbed0a08990ed895d4f97017c2593d8d7172 /net/globus4
parenta72afe28c2216c151a1fc5aa900c8abf9c7a709e (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 'net/globus4')
-rw-r--r--net/globus4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/globus4/Makefile b/net/globus4/Makefile
index aac3c4f4f2c2..c7d4d3a30915 100644
--- a/net/globus4/Makefile
+++ b/net/globus4/Makefile
@@ -37,7 +37,7 @@ USE_GMAKE= yes
USE_PERL5= yes
GLOBUS_BASE?= globus
-GLOBUS_LOCATION=${PREFIX}/${GLOBUS_BASE}
+GLOBUS_LOCATION=${TARGETDIR}/${GLOBUS_BASE}
TMP_GLOBUS_LOCATION= ${WRKDIR}/globus
TMP_GLOBUS_ENV= GLOBUS_LOCATION=${TMP_GLOBUS_LOCATION} \
GPT_LOCATION=${TMP_GLOBUS_LOCATION}