aboutsummaryrefslogtreecommitdiffstats
path: root/comms/zssh
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-14 15:04:51 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-14 15:04:51 +0800
commit6d06a0d5eed2e1c0c4d9830053610f4f90bd8b35 (patch)
tree8053dfed78619c3e060b8a7a3957f0a4bd382090 /comms/zssh
parentd866132e1ca3d626e7981b6c260699075b7ea734 (diff)
downloadfreebsd-ports-gnome-6d06a0d5eed2e1c0c4d9830053610f4f90bd8b35.tar.gz
freebsd-ports-gnome-6d06a0d5eed2e1c0c4d9830053610f4f90bd8b35.tar.zst
freebsd-ports-gnome-6d06a0d5eed2e1c0c4d9830053610f4f90bd8b35.zip
Use ${REINPLACE_CMD} instead of ${PERL}
PR: 39238, 39239, 39240, 39241 Submitted by: maintainer
Diffstat (limited to 'comms/zssh')
-rw-r--r--comms/zssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/zssh/Makefile b/comms/zssh/Makefile
index 804969ed268f..01b7cfe9adb0 100644
--- a/comms/zssh/Makefile
+++ b/comms/zssh/Makefile
@@ -21,6 +21,6 @@ HAS_CONFIGURE= yes
MAN1= zssh.1 ztelnet.1
post-configure:
- @${PERL} -pi -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's,^prefix.*,prefix = ${PREFIX},g' ${WRKSRC}/Makefile
.include <bsd.port.mk>