aboutsummaryrefslogtreecommitdiffstats
path: root/comms/hylafax
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2002-06-27 21:32:14 +0800
committerperky <perky@FreeBSD.org>2002-06-27 21:32:14 +0800
commite03ed95d35f2a8022a93434d49067aefe8bc1658 (patch)
tree7053d546b50dc8c80f77d56d5fb698de14173c30 /comms/hylafax
parent281286e8b38f321865bf28d5537decbcc8db77c5 (diff)
downloadfreebsd-ports-gnome-e03ed95d35f2a8022a93434d49067aefe8bc1658.tar.gz
freebsd-ports-gnome-e03ed95d35f2a8022a93434d49067aefe8bc1658.tar.zst
freebsd-ports-gnome-e03ed95d35f2a8022a93434d49067aefe8bc1658.zip
PERL -> REINPLACE_CMD
PR: 39262, 39263, 39264, 39265, 39266, 39267 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'comms/hylafax')
-rw-r--r--comms/hylafax/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index dfe8d680305c..a89547744ad6 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -34,6 +34,7 @@ CONFIGURE_ARGS+=--nointeractive
.endif
MAKE_ARGS+= OPTIMIZER="" -EOPTIMIZER
+USE_REINPLACE= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV= ENVOPTS="${CFLAGS}"
@@ -73,7 +74,7 @@ post-install:
.if ${LOCALBASE} != /usr/local
post-patch:
- ${PERL} -pi -e 's^/usr/local^${LOCALBASE}^g' \
+ ${REINPLACE_CMD} -e 's^/usr/local^${LOCALBASE}^g' \
`find work/hylafax-4.1 -type f -print0 | \
xargs -0 fgrep -l --mmap /usr/local`
.endif