summaryrefslogtreecommitdiff
path: root/audio/xmmix
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmmix')
-rw-r--r--audio/xmmix/Makefile4
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