From 29218a1abaedd1c9155a21b9b7f12bdc41fa0e5e Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 14 Jun 2002 07:04:51 +0000 Subject: Use ${REINPLACE_CMD} instead of ${PERL} PR: 39238, 39239, 39240, 39241 Submitted by: maintainer --- comms/zssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comms/zssh') 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 -- cgit v1.2.3