diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
commit | a6429924fc57a145369eb5b2d3d0f45c65656b19 (patch) | |
tree | a7703a1b06cbba057e160e6f7af6e66d74cfc940 /comms | |
parent | 31bf3a3efffb2842e5c1ffda6275830a3e3c8ae5 (diff) | |
download | ports-a6429924fc57a145369eb5b2d3d0f45c65656b19.tar.gz ports-a6429924fc57a145369eb5b2d3d0f45c65656b19.zip |
PERL -> REINPLACE
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=69423
Diffstat (limited to 'comms')
-rw-r--r-- | comms/vpb2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/vpb2/Makefile b/comms/vpb2/Makefile index f4f06f36a7f3..7a43cc75ec71 100644 --- a/comms/vpb2/Makefile +++ b/comms/vpb2/Makefile @@ -16,12 +16,13 @@ MAINTAINER= dyfet@gnu.org USE_GMAKE= yes USE_LIBTOOL= yes USE_AUTOCONF= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib post-extract: - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|-release \$$\(LT_RELEASE\)||g' + @find ${WRKSRC} -name "Makefile.in" | \ + xargs ${REINPLACE_CMD} -e 's|-release \$$\(LT_RELEASE\)||g' .include <bsd.port.mk> |