diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 12:06:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 12:06:57 +0000 |
commit | 6d00465c96ebee55db51368bdce1e50f29196ea2 (patch) | |
tree | 80b708a2fda042976be9444f51b96a2fac338472 /audio/wmtune | |
parent | Upped to PORTREVISION 4. (diff) |
Fix REINPLACE statement.
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=69520
Diffstat (limited to 'audio/wmtune')
-rw-r--r-- | audio/wmtune/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wmtune/Makefile b/audio/wmtune/Makefile index 797e6040603b..f0c5d67ba73b 100644 --- a/audio/wmtune/Makefile +++ b/audio/wmtune/Makefile @@ -46,7 +46,7 @@ post-patch: ${WRKSRC}/src/wmtune.c do-configure: - @${REINPLACE_CMD} -pi.orig -e 's|/etc|${PREFIX}/etc|' \ + @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' \ ${WRKSRC}/src/wmtune.c do-install: |