diff options
author | rillig <rillig@pkgsrc.org> | 2020-04-27 04:08:43 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-04-27 04:08:43 +0000 |
commit | 32df98f99624bc2d9c813ca7103c70459e5ca9b2 (patch) | |
tree | 9bc4bf16e5349887eeb366133feb914ea1f2d597 /security | |
parent | d3c6937d1f84cba4dca02a21da44a2b7a605f7cf (diff) | |
download | pkgsrc-32df98f99624bc2d9c813ca7103c70459e5ca9b2.tar.gz |
security/openssh: remove no-op file from SUBST_FILES
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index ac10d2336f7..558e42c4e5c 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.263 2020/01/26 17:32:05 rillig Exp $ +# $NetBSD: Makefile,v 1.264 2020/04/27 04:08:43 rillig Exp $ DISTNAME= openssh-8.0p1 PKGNAME= ${DISTNAME:S/p1/.1/} @@ -143,7 +143,7 @@ FILES_SUBST+= SSH_PID_DIR=${SSH_PID_DIR} SUBST_CLASSES+= patch SUBST_STAGE.patch= pre-configure -SUBST_FILES.patch= session.c sandbox-darwin.c +SUBST_FILES.patch= sandbox-darwin.c SUBST_SED.patch= -e '/channel_input_port_forward_request/s/0/ROOTUID/' SUBST_VARS.patch= PKG_SYSCONFDIR |