From b045c456a94ed7bbec1c8a79ada6eeee4dea4201 Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 19 Feb 2004 11:22:38 +0000 Subject: 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. --- net/asterisk12/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/asterisk12') diff --git a/net/asterisk12/Makefile b/net/asterisk12/Makefile index f6816dc37ab1..3e2af1e1dc15 100644 --- a/net/asterisk12/Makefile +++ b/net/asterisk12/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}" -- cgit