diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-28 04:19:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-28 04:19:57 +0000 |
commit | b08558ab94100bd19dba5da659e3a30125a04eaa (patch) | |
tree | 4c9244185d33cff3865f881a82dac4226355fc79 /audio/xmmix/Makefile | |
parent | e160d249ca9df4f6541e5675dcfea9163923d533 (diff) | |
download | pkgsrc-b08558ab94100bd19dba5da659e3a30125a04eaa.tar.gz |
replaced some more commands by their ${COMMAND} counterparts
Diffstat (limited to 'audio/xmmix/Makefile')
-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 |