opnsense-ports/security/pam_ssh_agent_auth/files/patch-Makefile.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
589 B
Text

--- 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))