summaryrefslogtreecommitdiffstats
path: root/databases/edb
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2002-11-03 20:48:22 +0000
committerarved <arved@FreeBSD.org>2002-11-03 20:48:22 +0000
commitf96be13c3f0f1720fce28334d0ce481dd7578515 (patch)
tree853e8929d41a5166c02258d74e59d7282f12d4bb /databases/edb
parente0a074b3f190289ac831424005a6feeac224750a (diff)
downloadFreeBSD-ports-f96be13c3f0f1720fce28334d0ce481dd7578515.zip
FreeBSD-ports-f96be13c3f0f1720fce28334d0ce481dd7578515.tar.gz
PERL -> REINPLACE_CMD
PR: 39972 Submitted by: Scott Flatman <sf@dsinw.com>
Diffstat (limited to 'databases/edb')
-rw-r--r--databases/edb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/edb/Makefile b/databases/edb/Makefile
index 58a702d..2c64226 100644
--- a/databases/edb/Makefile
+++ b/databases/edb/Makefile
@@ -17,9 +17,10 @@ USE_LIBTOOL= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
INSTALLS_SHLIB= yes
+USE_REINPLACE= yes
post-patch:
- @${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g' ${WRKSRC}/configure \
+ @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' ${WRKSRC}/configure \
${WRKSRC}/tools/edb_gtk_ed/Makefile.in
.include <bsd.port.mk>
OpenPOWER on IntegriCloud