aboutsummaryrefslogtreecommitdiff
path: root/misc/kwatch/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-01 16:07:59 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-01 16:07:59 +0000
commit534fffca27bb18f7529d548c46ee3326505a89c7 (patch)
treea09ac440edd299d85a3517dea62caa2b115543fc /misc/kwatch/Makefile
parent5bc499ce47fa1a8da853b36cc61cddf06075d203 (diff)
downloadports-534fffca27bb18f7529d548c46ee3326505a89c7.tar.gz
ports-534fffca27bb18f7529d548c46ee3326505a89c7.zip
${PERL} -> ${REINPLACE_CMD}
PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
Notes
Notes: svn path=/head/; revision=65426
Diffstat (limited to 'misc/kwatch/Makefile')
-rw-r--r--misc/kwatch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/kwatch/Makefile b/misc/kwatch/Makefile
index 32ff80309c4f..13718b7b17de 100644
--- a/misc/kwatch/Makefile
+++ b/misc/kwatch/Makefile
@@ -17,10 +17,11 @@ MAINTAINER= kde@freebsd.org
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
+USE_REINPLACE= yes
USE_KDELIBS_VER= 2
GNU_CONFIGURE= yes
post-patch:
- @${PERL} -pi -e 's|-O2 ||g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-O2 ||g' ${WRKSRC}/configure
.include <bsd.port.mk>