diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-04-05 03:36:42 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-04-05 03:36:42 +0000 |
commit | a6bf6a96c17f6772f420098d65a069f094d04c78 (patch) | |
tree | b623834a02e0498345d72c6e3b50347ee3fa1111 /mbone/vat | |
parent | 150f8d55457e0412df06ca3d3e9a367f63052247 (diff) | |
download | pkgsrc-a6bf6a96c17f6772f420098d65a069f094d04c78.tar.gz |
use GSM_DIR
Diffstat (limited to 'mbone/vat')
-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 98cde59c8bc..25ccf51faef 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/04/05 03:24:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.23 1999/04/05 03:36:42 hubertf Exp $ # FreeBSD Id: Makefile,v 1.4 1997/09/11 03:54:43 fenner Exp # @@ -30,6 +30,6 @@ post-install: @strip ${PREFIX}/bin/vat pre-clean: - @cd ../../audio/gsm && ${MAKE} clean + @cd ${GSM_DIR} && ${MAKE} clean .include "../../mk/bsd.pkg.mk" |