summaryrefslogtreecommitdiff
path: root/net/asterisk16
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2004-02-19 11:22:38 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2004-02-19 11:22:38 +0000
commitd90b35f4963595c483965d2c0059ca85d0babb0f (patch)
treed858d39a535f67307a38c88df24677018bc97c85 /net/asterisk16
parentReset bouncing maintainer address (diff)
Replace '${WRKDIRPREFIX}${PORTSDIR}/' with '${WRKDIR}/../../../' when
reffering other ports, since the former for some reason doesn't work in bento environment (it works here just fine even with WRKDIRPREFIX set). BTW, this is good evidence which shows that breakage on bento isn't sufficient to mark port as BROKEN.
Notes
Notes: svn path=/head/; revision=101390
Diffstat (limited to 'net/asterisk16')
-rw-r--r--net/asterisk16/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile
index f6816dc37ab1..3e2af1e1dc15 100644
--- a/net/asterisk16/Makefile
+++ b/net/asterisk16/Makefile
@@ -29,8 +29,8 @@ USE_OPENLDAP= yes
MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}" \
MKDIR="${MKDIR}" \
- PWLIBDIR=${WRKDIRPREFIX}${PORTSDIR}/devel/pwlib/work/pwlib \
- OPENH323DIR=${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/openh323 \
+ PWLIBDIR=${WRKDIR}/../../../devel/pwlib/work/pwlib \
+ OPENH323DIR=${WRKDIR}/../../../net/openh323/work/openh323 \
OSVERSION=${OSVERSION} \
CXX="${CXX}"