aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-14 15:21:10 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-14 15:21:10 +0800
commitf394356dbbcbce4c1f7e9bcb1933ffaa068b7cf7 (patch)
treeaf5e07afcf98d97ae4804fc27a8bc4d7cfcc4e0c /x11
parent6d06a0d5eed2e1c0c4d9830053610f4f90bd8b35 (diff)
downloadfreebsd-ports-gnome-f394356dbbcbce4c1f7e9bcb1933ffaa068b7cf7.tar.gz
freebsd-ports-gnome-f394356dbbcbce4c1f7e9bcb1933ffaa068b7cf7.tar.zst
freebsd-ports-gnome-f394356dbbcbce4c1f7e9bcb1933ffaa068b7cf7.zip
Replace ${PERL} with ${REINPLACE_CMD}.
PR: 39243, 39244, 39245, 39249 Submitted by: maintainer
Diffstat (limited to 'x11')
-rw-r--r--x11/xbindkeys_config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xbindkeys_config/Makefile b/x11/xbindkeys_config/Makefile
index 5d3506f922e1..b623bff80a4a 100644
--- a/x11/xbindkeys_config/Makefile
+++ b/x11/xbindkeys_config/Makefile
@@ -17,7 +17,7 @@ USE_GTK= yes
MAKE_ENV= CC="${CC} ${CFLAGS}"
post-patch:
- @${PERL} -pi -e "s,gtk-config,${GTK_CONFIG},g ; \
+ @${REINPLACE_CMD} -e "s,gtk-config,${GTK_CONFIG},g ; \
s,^CC,#CC,g" ${WRKSRC}/Makefile
do-install: