summaryrefslogtreecommitdiff
path: root/net/gatekeeper
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2000-04-16 19:01:36 +0000
committerRoger Hardiman <roger@FreeBSD.org>2000-04-16 19:01:36 +0000
commite7b382c88d967a53c724f50a9a32a466c931406e (patch)
tree7bb8083645da829e34fa2994d29fae99ed771f4d /net/gatekeeper
parentUpgrade to mod_ssl 2.6.3. (diff)
Update to use ${WRKDIRPREFIX}${PORTSDIR} when refering to the working directory of other ports.
Notes
Notes: svn path=/head/; revision=27664
Diffstat (limited to 'net/gatekeeper')
-rw-r--r--net/gatekeeper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile
index 910e73e7f061..ad01da9d11df 100644
--- a/net/gatekeeper/Makefile
+++ b/net/gatekeeper/Makefile
@@ -21,8 +21,8 @@ NOCLEANDEPENDS= yes
USE_GMAKE= yes
ALL_TARGET= opt
-MAKE_ENV= PWLIBDIR=${PORTSDIR}/net/openh323/work/pwlib \
- OPENH323DIR=${PORTSDIR}/net/openh323/work/openh323
+MAKE_ENV= PWLIBDIR= ${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/pwlib \
+ OPENH323DIR= ${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/openh323
THE_MACHTYPE= ${ARCH:S/i386/x86/}
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION}