diff options
author | wiz <wiz> | 1999-12-28 04:19:57 +0000 |
---|---|---|
committer | wiz <wiz> | 1999-12-28 04:19:57 +0000 |
commit | 9cc9fd68b0a44392c69c069dc4ab6db692b31052 (patch) | |
tree | 4c9244185d33cff3865f881a82dac4226355fc79 /audio/xmmix | |
parent | 5e4d40130b145ec4fe5cc6641dcdd992867ac47c (diff) | |
download | pkgsrc-9cc9fd68b0a44392c69c069dc4ab6db692b31052.tar.gz |
replaced some more commands by their ${COMMAND} counterparts
Diffstat (limited to 'audio/xmmix')
-rw-r--r-- | audio/xmmix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index a03af3d1509..786ef549756 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/08/20 15:16:40 tsarna Exp $ +# $NetBSD: Makefile,v 1.13 1999/12/28 04:20:03 wiz Exp $ # FreeBSD ID: Makefile,v 1.5 1997/09/08 13:37:47 tg Exp # @@ -15,7 +15,7 @@ USE_MOTIF= yes post-patch: for file in ${WRKSRC}/XMmix.ad ${WRKSRC}/resource.h; do \ ${CP} $$file $$file.orig; \ - chmod +w $$file; \ + ${CHMOD} +w $$file; \ ${SED} "s^/usr/lib/X11/xmmix.hlp^${PREFIX}/lib/X11/xmmix.hlp^" $$file.orig > $$file; \ done |