summaryrefslogtreecommitdiff
path: root/devel/libformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libformat/Makefile')
-rw-r--r--devel/libformat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libformat/Makefile b/devel/libformat/Makefile
index ab5a6bc3ff35..d5bc9a66597a 100644
--- a/devel/libformat/Makefile
+++ b/devel/libformat/Makefile
@@ -15,6 +15,7 @@ DISTNAME= Format-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
@@ -22,7 +23,7 @@ INSTALLS_SHLIB= yes
MAN3= Format.3
post-patch:
- @${PERL} -pi -e 's| install-data-local||g' ${WRKSRC}/doc/Makefile.in
+ @${REINPLACE_CMD} -e 's| install-data-local||g' ${WRKSRC}/doc/Makefile.in
post-install:
.if !defined(NOPORTDOCS)