diff options
author | agc <agc@pkgsrc.org> | 1998-01-20 17:55:14 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-20 17:55:14 +0000 |
commit | 3beb06c1a22aaf0fa3b8841f4e0ebc5a40213389 (patch) | |
tree | a6dcf28bc414a1b07601e9667188d2534167c6a1 /mbone/vat/Makefile | |
parent | d3b8025d02f185daba740ff64d3e03fc30eb3366 (diff) | |
download | pkgsrc-3beb06c1a22aaf0fa3b8841f4e0ebc5a40213389.tar.gz |
Fix this another way for OBJMACHINE - use Hubert's ${WRKDIR:T}
construction to specify the work directory here.
Diffstat (limited to 'mbone/vat/Makefile')
-rw-r--r-- | mbone/vat/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 02476bf7c76..58b424c5505 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -14,11 +14,7 @@ DISTFILES= vatsrc-4.0b2.tar.gz MAINTAINER= fenner@FreeBSD.ORG GSM_DIR= ${PORTSDIR}/audio/gsm -.if defined(OBJMACHINE) -GSM_WORK= ${GSM_DIR}/work.${ARCH}/gsm-1.0-pl10 -.else -GSM_WORK= ${GSM_DIR}/work/gsm-1.0-pl10 -.endif +GSM_WORK= ${GSM_DIR}/${WRKDIR:T}/gsm-1.0-pl10 # If configure is changed to look for libgsm.a in ${PREFIX}/lib, then # we can use this first BUILD_DEPENDS and save some work. |