summaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
committeredwin <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
commitae62427d6d6725d1b89cb124a2b9df1780c3a6c0 (patch)
treef0efb79e0c88be76c10e56726918e912cd25d55e /comms
parentf05d483448ee76fcaf403ea38e32d322986c8073 (diff)
downloadFreeBSD-ports-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.zip
FreeBSD-ports-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.tar.gz
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'comms')
-rw-r--r--comms/vpb2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/vpb2/Makefile b/comms/vpb2/Makefile
index f4f06f3..7a43cc7 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>
OpenPOWER on IntegriCloud