diff options
author | asami <asami@FreeBSD.org> | 1999-07-15 21:53:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-07-15 21:53:15 +0000 |
commit | d63c3061d1fde1f3676cfb888dc5135efd30ac65 (patch) | |
tree | 96c445787af4fd400b0e5b4d34cf756f4152bd65 /audio | |
parent | 925305969ab7f7bf5b14ac0533864ab6058a5711 (diff) | |
download | FreeBSD-ports-d63c3061d1fde1f3676cfb888dc5135efd30ac65.zip FreeBSD-ports-d63c3061d1fde1f3676cfb888dc5135efd30ac65.tar.gz |
Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn't
build but at least it will have a better chance.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/vat/Makefile b/audio/vat/Makefile index 0165b00..0ac07f3 100644 --- a/audio/vat/Makefile +++ b/audio/vat/Makefile @@ -3,7 +3,7 @@ # Date created: 2 November 1996 # Whom: fenner # -# $Id: Makefile,v 1.8 1998/09/22 19:10:14 asami Exp $ +# $Id: Makefile,v 1.9 1998/12/02 05:56:01 asami Exp $ # DISTNAME= vat-4.0b2 @@ -13,7 +13,7 @@ DISTFILES= vatsrc-4.0b2.tar.gz MAINTAINER= fenner@FreeBSD.ORG -GSM_DIR= ${PORTSDIR}/audio/gsm +GSM_DIR= ${.CURDIR}/../../audio/gsm GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl10 # If configure is changed to look for libgsm.a in ${PREFIX}/lib, then |