aboutsummaryrefslogtreecommitdiff
path: root/comms/zssh
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-14 07:04:51 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-14 07:04:51 +0000
commit29218a1abaedd1c9155a21b9b7f12bdc41fa0e5e (patch)
tree168876d8da76c5a21c5816f33af5ee015dc10fb5 /comms/zssh
parent88e09526ae5c1f539a79418066548a2a31dd8770 (diff)
downloadports-29218a1abaedd1c9155a21b9b7f12bdc41fa0e5e.tar.gz
ports-29218a1abaedd1c9155a21b9b7f12bdc41fa0e5e.zip
Use ${REINPLACE_CMD} instead of ${PERL}
PR: 39238, 39239, 39240, 39241 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=61248
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>