pkgsrc/security/pam_ssh_agent_auth/patches/patch-Makefile.in
nia 92fdc2daed pam_ssh_agent_auth: update to 0.10.4
- fixed build with openssl 1.1.
- grabbed some fixes from FreeBSD.
- now uses the new GITHUB_SUBMODULES - thx ryoon!
2021-04-10 09:10:11 +00:00

15 lines
671 B
Text

$NetBSD: patch-Makefile.in,v 1.1 2021/04/10 09:10:11 nia Exp $
Do not install manpages to catpage directories.
--- Makefile.in.orig 2019-07-08 16:36:13.000000000 +0000
+++ Makefile.in
@@ -148,7 +148,7 @@ install: $(CONFIGFILES) $(MANPAGES) $(PA
install-files:
$(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
- $(INSTALL) -m 644 pam_ssh_agent_auth.8 $(DESTDIR)$(mandir)/$(mansubdir)8/pam_ssh_agent_auth.8
+ $(INSTALL) -m 644 pam_ssh_agent_auth.8 $(DESTDIR)$(mandir)/man8/pam_ssh_agent_auth.8
$(INSTALL) -m 755 pam_ssh_agent_auth.so $(DESTDIR)$(libexecdir)/pam_ssh_agent_auth.so
uninstallall: uninstall