aboutsummaryrefslogtreecommitdiffstats
path: root/databases/xmbase-grok/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-09-02 00:07:59 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-09-02 00:07:59 +0800
commitfd50192ea7567a034b59dfc96a1d112f8ccfa573 (patch)
tree6975c46330f04e77b17cb4d014c9d66ceb4f7a68 /databases/xmbase-grok/Makefile
parent54d69c112debb52b84b6d174bd59479eec834fb7 (diff)
downloadfreebsd-ports-gnome-fd50192ea7567a034b59dfc96a1d112f8ccfa573.tar.gz
freebsd-ports-gnome-fd50192ea7567a034b59dfc96a1d112f8ccfa573.tar.zst
freebsd-ports-gnome-fd50192ea7567a034b59dfc96a1d112f8ccfa573.zip
${PERL} -> ${REINPLACE_CMD}
PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
Diffstat (limited to 'databases/xmbase-grok/Makefile')
-rw-r--r--databases/xmbase-grok/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/xmbase-grok/Makefile b/databases/xmbase-grok/Makefile
index a8dfc2b94c63..49c913d41171 100644
--- a/databases/xmbase-grok/Makefile
+++ b/databases/xmbase-grok/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src
+USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_MOTIF= yes
MAKE_ENV= MYCC="${CC}" DEBUG="${CFLAGS}" YO="" INCDIR="" \
@@ -26,7 +27,7 @@ MAN1= grok.1
DATADIR= ${PREFIX}/lib/X11/xmbase-grok
pre-patch:
- @${PERL} -pi -e 's|^GBIN =|#GBIN =|g ; \
+ @${REINPLACE_CMD} -e 's|^GBIN =|#GBIN =|g ; \
s|^GLIB =|#GLIB =|g ; \
s|^DEBUG =|#DEBUG =|g' ${BUILD_WRKSRC}/Makefile