diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-16 15:30:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-16 15:30:02 +0000 |
commit | dbde5e8c9270c75bb25f23f2c51127316bf9ad11 (patch) | |
tree | 3c31ce8776cc6115289494ac9b48a84aa6a6e609 /audio | |
parent | b16f727cd00f4559d48191a10c9b649d3930d777 (diff) | |
download | pkgsrc-dbde5e8c9270c75bb25f23f2c51127316bf9ad11.tar.gz |
test -> ${TEST}
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index a218a5f9907..25392b9b69b 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/02/13 19:17:23 fredb Exp $ +# $NetBSD: Makefile,v 1.21 2000/03/16 15:30:02 wiz Exp $ # DISTNAME= xmcd-2.6 @@ -17,7 +17,7 @@ MAKE_ENV+= MACHINE_ARCH="${MACHINE_ARCH}" SHELL=/bin/sh post-install: .for FILE in cda cddbcmd wm2xmcd xmcd - @test -n "${STRIPFLAG}" && \ + @${TEST} -n "${STRIPFLAG}" && \ strip ${PREFIX}/lib/X11/xmcd/bin-${OPSYS}-${MACHINE_ARCH}/${FILE} .endfor ${MV} ${PREFIX}/man/cat1/cda.1 ${PREFIX}/man/man1/cda.1 |