aboutsummaryrefslogtreecommitdiffstats
path: root/mbone/vat
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-12-02 13:56:01 +0800
committerasami <asami@FreeBSD.org>1998-12-02 13:56:01 +0800
commit759b2a786ca2b4d8f87ce5114d896deb7621249c (patch)
treef2825fad83d9cab4de1ca37442f78e5bebce030f /mbone/vat
parent795427cbc740ee87976270c127a72fe9579a269b (diff)
downloadfreebsd-ports-graphics-759b2a786ca2b4d8f87ce5114d896deb7621249c.tar.gz
freebsd-ports-graphics-759b2a786ca2b4d8f87ce5114d896deb7621249c.tar.zst
freebsd-ports-graphics-759b2a786ca2b4d8f87ce5114d896deb7621249c.zip
Use ${WRKDIRPREFIX}.
Diffstat (limited to 'mbone/vat')
-rw-r--r--mbone/vat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile
index 9c711607055..0165b001c91 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.