summaryrefslogtreecommitdiff
path: root/audio/xmmix
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-03-19 10:42:01 +0000
committerfrueauf <frueauf>1998-03-19 10:42:01 +0000
commitf5457aed81fd43d0c7afda641ceff80f9fee04b6 (patch)
treec134e14a93cfd9adf4567477115b1e0fc0383c0b /audio/xmmix
parent3ddb854a62d3e4afda24132af024c42feb639f67 (diff)
downloadpkgsrc-f5457aed81fd43d0c7afda641ceff80f9fee04b6.tar.gz
portlint: cp->${CP}; sed->${SED}.
Diffstat (limited to 'audio/xmmix')
-rw-r--r--audio/xmmix/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile
index 873574315e2..f884d928d53 100644
--- a/audio/xmmix/Makefile
+++ b/audio/xmmix/Makefile
@@ -3,7 +3,7 @@
# Date created: 97-10-24
# Whom: augustss@cs.chalmers.se
#
-# $NetBSD: Makefile,v 1.6 1998/03/18 20:43:15 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 1998/03/19 10:42:01 frueauf Exp $
# FreeBSD ID: Makefile,v 1.5 1997/09/08 13:37:47 tg Exp
#
@@ -20,8 +20,8 @@ CAT1= xmmix.0
post-patch:
for file in ${WRKSRC}/XMmix.ad ${WRKSRC}/resource.h; do \
- cp $$file $$file.orig; \
- sed "s^/usr/lib/X11/xmmix.hlp^${PREFIX}/lib/X11/xmmix.hlp^" $$file.orig > $$file; \
+ ${CP} $$file $$file.orig; \
+ ${SED} "s^/usr/lib/X11/xmmix.hlp^${PREFIX}/lib/X11/xmmix.hlp^" $$file.orig > $$file; \
done
.include <bsd.port.mk>