diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-02 05:56:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-02 05:56:01 +0000 |
commit | d52f5534ef5cbe2cb569d868276be38d57ab98aa (patch) | |
tree | defba823e5b01df6db35529f89ac5a89dcc2b60b /mbone | |
parent | Don't use NO_WRKDIR. (diff) |
Use ${WRKDIRPREFIX}.
Notes
Notes:
svn path=/head/; revision=15051
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/vat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 9c7116070559..0165b001c91c 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -3,7 +3,7 @@ # Date created: 2 November 1996 # Whom: fenner # -# $Id: Makefile,v 1.7 1998/08/07 23:56:38 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/22 19:10:14 asami Exp $ # DISTNAME= vat-4.0b2 @@ -14,7 +14,7 @@ DISTFILES= vatsrc-4.0b2.tar.gz MAINTAINER= fenner@FreeBSD.ORG GSM_DIR= ${PORTSDIR}/audio/gsm -GSM_WORK= ${GSM_DIR}/work/gsm-1.0-pl10 +GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/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. |