diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
commit | 5b96d0a9567e649c783ac418d8e2bde2f6adfc22 (patch) | |
tree | 8b423bf71fff78a00604f3c63e5c97500c8a780a /security/mussh/Makefile | |
parent | 3e84456d0e9ec790ccd9350f80ea60af92eb7d68 (diff) | |
download | ports-5b96d0a9567e649c783ac418d8e2bde2f6adfc22.tar.gz ports-5b96d0a9567e649c783ac418d8e2bde2f6adfc22.zip |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
Notes
Notes:
svn path=/head/; revision=69429
Diffstat (limited to 'security/mussh/Makefile')
-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 04a0809b8cf5..15b74e007c03 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: |