diff options
author | augustss <augustss@pkgsrc.org> | 1998-06-04 22:55:11 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 1998-06-04 22:55:11 +0000 |
commit | 74c2024846861d86488c4bc0499a0f08490feee9 (patch) | |
tree | 32ed8e3805a7012dbf670b73e167f920b3731fb2 /audio/rplay | |
parent | 616694bbacbdb0845c643ce3b88f4795785ff177 (diff) | |
download | pkgsrc-74c2024846861d86488c4bc0499a0f08490feee9.tar.gz |
Fix typo.
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/Makefile | 4 |
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 |