diff options
Diffstat (limited to 'security/PAM/patches/patch-bd')
-rw-r--r-- | security/PAM/patches/patch-bd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/PAM/patches/patch-bd b/security/PAM/patches/patch-bd new file mode 100644 index 00000000000..04aeeddf2c2 --- /dev/null +++ b/security/PAM/patches/patch-bd @@ -0,0 +1,13 @@ +$NetBSD: patch-bd,v 1.1 2002/01/29 17:10:12 jlam Exp $ + +--- doc/Makefile.orig Mon Jan 28 18:45:38 2002 ++++ doc/Makefile +@@ -5,7 +5,7 @@ + + # These two should probably be moved into autoconf... + DOCDIR=/usr/doc/Linux-PAM +-MANDIR=/usr/man ++MANDIR=${mandir} + + ####################################################### + |