summaryrefslogtreecommitdiff
path: root/audio/rplay
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-02 03:07:31 +0000
committerwiz <wiz>2000-01-02 03:07:31 +0000
commitd66df465b5dea37ae8cba578b2666da849695357 (patch)
tree9d6762d99101ffa3ee52402af970426261866557 /audio/rplay
parentef26dce11e09809fb219909f97da70000cdfc024 (diff)
downloadpkgsrc-d66df465b5dea37ae8cba578b2666da849695357.tar.gz
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'audio/rplay')
-rw-r--r--audio/rplay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index 28702a9e3cf..66f29708cc5 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1999/12/28 04:20:03 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2000/01/02 03:07:31 wiz Exp $
# FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp
#
@@ -18,7 +18,7 @@ CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib # XXX
INFO_FILES= RPTP.info RPLAY.info rplay.info librplay.info
pre-configure:
- for f in `find ${WRKDIR}/. -type f -print|xargs ${GREP} -l '/usr/local'`; do \
+ for f in `${FIND} ${WRKDIR}/. -type f -print|xargs ${GREP} -l '/usr/local'`; do \
${SED} -e 's:/usr/local:'${PREFIX}':g' < $$f > $$f.pdone && ${MV} $$f.pdone $$f; \
done
${CHMOD} +x ${WRKSRC}/configure