Files
pkgsrc-ng/security/openssh/patches/patch-Makefile.in
2014-11-05 12:41:07 +01:00

28 lines
947 B
Plaintext

$NetBSD: patch-Makefile.in,v 1.3 2014/03/29 09:38:11 taca Exp $
Removed install-sysconf as we handle that phase through post-install
--- Makefile.in.orig 2014-02-04 00:12:56.000000000 +0000
+++ Makefile.in
@@ -2,5 +2,5 @@
# uncomment if you run a non bourne compatable shell. Ie. csh
-#SHELL = @SH@
+SHELL = @SH@
AUTORECONF=autoreconf
@@ -23,5 +23,5 @@ DESTDIR=
VPATH=@srcdir@
SSH_PROGRAM=@bindir@/ssh
-ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
+#ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
SFTP_SERVER=$(libexecdir)/sftp-server
SSH_KEYSIGN=$(libexecdir)/ssh-keysign
@@ -250,5 +250,5 @@ distprep: catman-do
install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files install-sysconf host-key check-config
-install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files install-sysconf
+install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files
install-nosysconf: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files