aboutsummaryrefslogtreecommitdiff
path: root/devel/getxml
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 18:36:39 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 18:36:39 +0000
commitc2e96a6fd15ffeb729ad724a29f33c91d1eafc84 (patch)
tree5163ba03df5b625ecccf34756ce8597ed008cfd5 /devel/getxml
parent82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c (diff)
downloadports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.tar.gz
ports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.zip
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39842 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61964
Diffstat (limited to 'devel/getxml')
-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>