diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-10-27 22:44:35 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-10-27 22:44:35 +0000 |
commit | 4027d46b630b80d32abe5ea1a875661c72f769cb (patch) | |
tree | 5a367709116d8a5557052a0b4d64a1e57033fb3b /audio/wmtune | |
parent | b8ab16e360d1053af9733dff512ab389a5af7b89 (diff) | |
download | ports-4027d46b630b80d32abe5ea1a875661c72f769cb.tar.gz ports-4027d46b630b80d32abe5ea1a875661c72f769cb.zip |
Notes
Diffstat (limited to 'audio/wmtune')
-rw-r--r-- | audio/wmtune/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/wmtune/Makefile b/audio/wmtune/Makefile index e5fafab6aa62..797e6040603b 100644 --- a/audio/wmtune/Makefile +++ b/audio/wmtune/Makefile @@ -46,7 +46,8 @@ post-patch: ${WRKSRC}/src/wmtune.c do-configure: - @${PERL} -pi.orig -e 's|/etc|${PREFIX}/etc|' ${WRKSRC}/src/wmtune.c + @${REINPLACE_CMD} -pi.orig -e 's|/etc|${PREFIX}/etc|' \ + ${WRKSRC}/src/wmtune.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmtune ${PREFIX}/bin |