diff options
author | sobomax <sobomax@FreeBSD.org> | 2004-02-19 19:22:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2004-02-19 19:22:38 +0800 |
commit | b045c456a94ed7bbec1c8a79ada6eeee4dea4201 (patch) | |
tree | 6f67a77d6a8f3c65e992aa9ef9856a4b45316978 /net/asterisk14 | |
parent | 5478f1d1275d696e04715e7c0a0933342c1351ee (diff) | |
download | freebsd-ports-gnome-b045c456a94ed7bbec1c8a79ada6eeee4dea4201.tar.gz freebsd-ports-gnome-b045c456a94ed7bbec1c8a79ada6eeee4dea4201.tar.zst freebsd-ports-gnome-b045c456a94ed7bbec1c8a79ada6eeee4dea4201.zip |
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.
Diffstat (limited to 'net/asterisk14')
-rw-r--r-- | net/asterisk14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index f6816dc37ab1..3e2af1e1dc15 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/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}" |