diff options
Diffstat (limited to 'comms/zssh')
-rw-r--r-- | comms/zssh/Makefile | 2 |
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> |