aboutsummaryrefslogtreecommitdiff
path: root/devel/getxml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/getxml/Makefile')
-rw-r--r--devel/getxml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/getxml/Makefile b/devel/getxml/Makefile
index 252c8f4df239..f7259d09ecfd 100644
--- a/devel/getxml/Makefile
+++ b/devel/getxml/Makefile
@@ -16,10 +16,11 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml
+USE_REINPLACE= yes
USE_GLIB= yes
GNU_CONFIGURE= yes
post-patch:
- @${PERL} -pi -e "s,glib-config,${GLIB_CONFIG},g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s,glib-config,${GLIB_CONFIG},g" ${WRKSRC}/configure
.include <bsd.port.mk>