diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
commit | 011f3a2a13f514a55dae8ea737db2d626983191d (patch) | |
tree | ef9e57574419ab4a95c9adca518cce23e6a78895 /security/mussh | |
parent | f2bc149e9a1f30296a05f9c708c6729f700c8234 (diff) | |
download | FreeBSD-ports-011f3a2a13f514a55dae8ea737db2d626983191d.zip FreeBSD-ports-011f3a2a13f514a55dae8ea737db2d626983191d.tar.gz |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
Diffstat (limited to 'security/mussh')
-rw-r--r-- | security/mussh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/mussh/Makefile b/security/mussh/Makefile index 04a0809..15b74e0 100644 --- a/security/mussh/Makefile +++ b/security/mussh/Makefile @@ -17,9 +17,10 @@ MAINTAINER= leeym@FreeBSD.org RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 NO_BUILD= yes +USE_REINPLACE= yes post-patch: - @${PERL} -pi -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \ + @${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \ ${WRKSRC}/${PORTNAME} do-install: |