summaryrefslogtreecommitdiff
path: root/x11-wm/libepplet
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-07-06 10:14:34 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-07-06 10:14:34 +0000
commit5d2b9f69d690d5e732cafd007156d3c9fefda57f (patch)
treefe7cd216e09a0c3e6028fcc0046dcfbda5883d68 /x11-wm/libepplet
parentAdd p5-Log-Dispatch-FileRotate 1.10, (diff)
replace ${PERL} with ${REINPLACE_CMD}
PR: 47406
Notes
Notes: svn path=/head/; revision=84287
Diffstat (limited to 'x11-wm/libepplet')
-rw-r--r--x11-wm/libepplet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/libepplet/Makefile b/x11-wm/libepplet/Makefile
index c20c9358fe6e..79037fc72dae 100644
--- a/x11-wm/libepplet/Makefile
+++ b/x11-wm/libepplet/Makefile
@@ -17,6 +17,7 @@ COMMENT= Library for building enlightenment dock applications
WRKSRC= ${WRKDIR}/Epplets-${PORTVERSION}
+USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GNOME= imlib
USE_LIBTOOL= yes
@@ -26,6 +27,6 @@ CONFIGURE_ARGS= --enable-fsstd
INSTALLS_SHLIB= yes
pre-patch:
- @${PERL} -pi -e 's|api epplets|api|g' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|api epplets|api|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>