summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-11-20 22:54:06 +0000
committerBrian Feldman <green@FreeBSD.org>1999-11-20 22:54:06 +0000
commitf12ea805b64dbc7aec12e3086b0d2d8f344d12ed (patch)
tree93a8dd11fc137e69a86cfb84fcdc7206c31a046e /security/openssh
parentCorrection; that was (diff)
Set all the default PATHs correctly, removing a "hack"-ish ${PERL}
transform. Prompted by: deraadt
Notes
Notes: svn path=/head/; revision=23223
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index b8cba039697a..b4cc44501df6 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -75,8 +75,6 @@ do-extract:
@${CP} ${FILESDIR}/strlcpy.c ${WRKSRC}/lib/
post-patch:
- @${PERL} -pi.orig -e 's:(_PATH_STDPATH):$$1 "${PREFIX}/bin":g' \
- ${WRKSRC}/sshd.c
@${PERL} -pi.orig -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/ssh.h
@${PERL} -pi.orig -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/sshd_config
@${PERL} -pi.openssl -e \