aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmmount
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-24 04:29:01 +0800
committerpat <pat@FreeBSD.org>2002-06-24 04:29:01 +0800
commitcf6da9c2084f076043b607e9aa6cabfe42da0fa9 (patch)
tree370fcbb6d6f08270d45d4568848a36e376726f0f /sysutils/wmmount
parent9ceaffbf4dbb65eaf9582a23b08e02bc97f57287 (diff)
downloadfreebsd-ports-gnome-cf6da9c2084f076043b607e9aa6cabfe42da0fa9.tar.gz
freebsd-ports-gnome-cf6da9c2084f076043b607e9aa6cabfe42da0fa9.tar.zst
freebsd-ports-gnome-cf6da9c2084f076043b607e9aa6cabfe42da0fa9.zip
PERL -> REINPLACE_CMD
PR: ports/39731, ports/39732, ports/39733, ports/39734, ports/39735 ports/39736, ports/39737, ports/39738, ports/39739 ports/39740 Submitted by: Scott Flatman <sf@dsinw.com>
Diffstat (limited to 'sysutils/wmmount')
-rw-r--r--sysutils/wmmount/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/wmmount/Makefile b/sysutils/wmmount/Makefile
index a8d5b42723ce..9f7bc482e0ad 100644
--- a/sysutils/wmmount/Makefile
+++ b/sysutils/wmmount/Makefile
@@ -18,10 +18,11 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
USE_IMAKE= yes
USE_XPM= yes
+USE_REINPLACE= yes
post-patch:
.for file in system.wmmount.eg system.wmmount.sh
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/config/${file}
+ @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/config/${file}
.endfor
.if exists(/etc/fstab)
@${SH} ${WRKSRC}/config/system.wmmount.sh > ${WRKSRC}/system.wmmount