aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/clementine
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2002-09-25 22:27:38 +0800
committertrevor <trevor@FreeBSD.org>2002-09-25 22:27:38 +0800
commit8c6d9d0ab3b3aa702ca210656d79efdfda0613fb (patch)
tree50f0a43cba6bfde9f8a1af6b601c345ef08e966f /x11-wm/clementine
parent4f5538198c90f3155d77ac551d20c7f70a711e1b (diff)
downloadfreebsd-ports-gnome-8c6d9d0ab3b3aa702ca210656d79efdfda0613fb.tar.gz
freebsd-ports-gnome-8c6d9d0ab3b3aa702ca210656d79efdfda0613fb.tar.zst
freebsd-ports-gnome-8c6d9d0ab3b3aa702ca210656d79efdfda0613fb.zip
s/perl/sed/
Diffstat (limited to 'x11-wm/clementine')
-rw-r--r--x11-wm/clementine/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/clementine/Makefile b/x11-wm/clementine/Makefile
index 669c17f2b2d6..774a364f03a9 100644
--- a/x11-wm/clementine/Makefile
+++ b/x11-wm/clementine/Makefile
@@ -21,11 +21,13 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
USE_GMAKE= yes
USE_X_PREFIX= yes
DOCS= COPYING HISTORY LICENSE
+USE_REINPLACE= yes
+REINPLACE_ARGS= -i'' -E
post-patch:
- ${PERL} -pi -e 's:^CFLAGS:IGNORE:g ; s:^DEFINES:IGNORE:g' \
+ ${REINPLACE_CMD} 's:^CFLAGS:IGNORE:g ; s:^DEFINES:IGNORE:g' \
${WRKSRC}/Makefile
- ${PERL} -pi -e 's:./clementine:${PREFIX}/bin/clementine:g' \
+ ${REINPLACE_CMD} 's:./clementine:${PREFIX}/bin/clementine:g' \
${WRKSRC}/windowmanager.cpp
pre-install: