diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:35:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:35:01 +0000 |
commit | 6097f03e914afc72ab11bca0cf311ad5f1fd15e3 (patch) | |
tree | a7f557a98d36da0017550c4118cccf1e4d496c25 /audio/mp3chew/Makefile | |
parent | a6429924fc57a145369eb5b2d3d0f45c65656b19 (diff) | |
download | ports-6097f03e914afc72ab11bca0cf311ad5f1fd15e3.tar.gz ports-6097f03e914afc72ab11bca0cf311ad5f1fd15e3.zip |
Notes
Diffstat (limited to 'audio/mp3chew/Makefile')
-rw-r--r-- | audio/mp3chew/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3chew/Makefile b/audio/mp3chew/Makefile index a109b8683a14..8795138ae6eb 100644 --- a/audio/mp3chew/Makefile +++ b/audio/mp3chew/Makefile @@ -15,11 +15,12 @@ MAINTAINER= greid@ukug.uk.freebsd.org WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= ${PORTNAME} +USE_REINPLACE= yes DOCFILES= CHANGELOG INSTALL README TODO post-patch: - @${PERL} -pi.fbsd -e 's, _to, to,g' ${WRKSRC}/CMp3Filter.cc + @${REINPLACE_CMD} -e 's, _to, to,g' ${WRKSRC}/CMp3Filter.cc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mp3chew ${PREFIX}/bin |