diff options
author | asami <asami@FreeBSD.org> | 1998-12-02 13:56:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-02 13:56:01 +0800 |
commit | 759b2a786ca2b4d8f87ce5114d896deb7621249c (patch) | |
tree | f2825fad83d9cab4de1ca37442f78e5bebce030f /mbone | |
parent | 795427cbc740ee87976270c127a72fe9579a269b (diff) | |
download | freebsd-ports-gnome-759b2a786ca2b4d8f87ce5114d896deb7621249c.tar.gz freebsd-ports-gnome-759b2a786ca2b4d8f87ce5114d896deb7621249c.tar.zst freebsd-ports-gnome-759b2a786ca2b4d8f87ce5114d896deb7621249c.zip |
Use ${WRKDIRPREFIX}.
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. |