diff options
author | sobomax <sobomax@FreeBSD.org> | 2004-02-19 11:22:38 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2004-02-19 11:22:38 +0000 |
commit | b045c456a94ed7bbec1c8a79ada6eeee4dea4201 (patch) | |
tree | 6f67a77d6a8f3c65e992aa9ef9856a4b45316978 /net/asterisk16 | |
parent | 5478f1d1275d696e04715e7c0a0933342c1351ee (diff) | |
download | FreeBSD-ports-b045c456a94ed7bbec1c8a79ada6eeee4dea4201.zip FreeBSD-ports-b045c456a94ed7bbec1c8a79ada6eeee4dea4201.tar.gz |
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/asterisk16')
-rw-r--r-- | net/asterisk16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index f6816dc..3e2af1e 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}" |