summaryrefslogtreecommitdiff
path: root/audio/rplay
diff options
context:
space:
mode:
authoraugustss <augustss>1998-06-04 22:55:11 +0000
committeraugustss <augustss>1998-06-04 22:55:11 +0000
commitde2f944c6b2e0bd45be6d3682b6af8d7c11103c7 (patch)
tree32ed8e3805a7012dbf670b73e167f920b3731fb2 /audio/rplay
parentd972b1a661471ca2b04c3a5e88b796787cb955b0 (diff)
downloadpkgsrc-de2f944c6b2e0bd45be6d3682b6af8d7c11103c7.tar.gz
Fix typo.
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 de8f0d3822d..0e27b7d5c6a 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/05/15 13:55:35 agc Exp $
+# $NetBSD: Makefile,v 1.11 1998/06/04 22:55:11 augustss Exp $
# FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp
#
@@ -21,7 +21,7 @@ MAN5= rplay.conf.5 rplay.hosts.5 rplay.servers.5
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