diff options
Diffstat (limited to 'audio/libsndfile/Makefile')
-rw-r--r-- | audio/libsndfile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 0009c15..c426a7d 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.zip.com.au/~erikd/libsndfile/ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe INSTALLS_SHLIB= yes @@ -21,7 +22,7 @@ PORTDOCS= ChangeLog NEWS api.html bugs.html index.html libsndfile.jpg \ new_file_type.HOWTO sndfile_info.html pre-patch: - @${PERL} -pi -e 's|-g -O2 ||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-g -O2 ||g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) |