mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
79a8d8d1ba
ssh-agent. Written with sudo in mind, but like any auth PAM module, can be used for for many purposes. WWW: http://pamsshagentauth.sourceforge.net/
21 lines
589 B
Plaintext
21 lines
589 B
Plaintext
--- Makefile.in.orig 2009-11-07 03:47:20.000000000 +0100
|
|
+++ Makefile.in 2009-12-26 12:53:16.000000000 +0100
|
|
@@ -13,7 +13,7 @@
|
|
datadir=@datadir@
|
|
datarootdir=@datarootdir@
|
|
mandir=@mandir@
|
|
-mansubdir=@mansubdir@
|
|
+mansubdir=man
|
|
sysconfdir=@sysconfdir@
|
|
piddir=@piddir@
|
|
srcdir=@srcdir@
|
|
@@ -130,7 +130,7 @@
|
|
|
|
uninstall:
|
|
-rm -f $(DESTDIR)$(libexecdir)/pam_ssh_agent_auth.so
|
|
- -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/$(mansubdir)8/pam_ssh_agent_auth.8
|
|
+ -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/pam_ssh_agent_auth.8
|
|
|
|
compat-tests: $(LIBCOMPAT)
|
|
(cd openbsd-compat/regress && $(MAKE))
|