aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-11-21 06:54:06 +0800
committergreen <green@FreeBSD.org>1999-11-21 06:54:06 +0800
commit9b56218a16dd104c1010cfcad232efe6b6f3e393 (patch)
treea3c371095217f9dba7c42961ffc7f66d8e9ad72b /security/openssh
parent61f5339d2a1938ae0eae3d48a3d6427a98dc8787 (diff)
downloadfreebsd-ports-gnome-9b56218a16dd104c1010cfcad232efe6b6f3e393.tar.gz
freebsd-ports-gnome-9b56218a16dd104c1010cfcad232efe6b6f3e393.tar.zst
freebsd-ports-gnome-9b56218a16dd104c1010cfcad232efe6b6f3e393.zip
Set all the default PATHs correctly, removing a "hack"-ish ${PERL}
transform. Prompted by: deraadt
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 \