pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openpam Fix spelling error that would have ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66da26f33c46
branches:  trunk
changeset: 487421:66da26f33c46
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jan 14 07:47:29 2005 +0000

description:
Fix spelling error that would have made this file inefficient.

diffstat:

 security/openpam/builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 2087a61f39c2 -r 66da26f33c46 security/openpam/builtin.mk
--- a/security/openpam/builtin.mk       Fri Jan 14 07:37:39 2005 +0000
+++ b/security/openpam/builtin.mk       Fri Jan 14 07:47:29 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: builtin.mk,v 1.1 2005/01/13 23:00:06 jlam Exp $
+# $NetBSD: builtin.mk,v 1.2 2005/01/14 07:47:29 jlam Exp $
 
 _SECURITY_OPENPAM_VERSION_H=   /usr/include/security/openpam_version.h
 
-.if !defined(IS_BUILTIN.openapm)
+.if !defined(IS_BUILTIN.openpam)
 IS_BUILTIN.openpam=    no
 .  if empty(_SECURITY_OPENPAM_VERSION_H:M${LOCALBASE}/*) && \
       exists(${_SECURITY_OPENPAM_VERSION_H})



Home | Main Index | Thread Index | Old Index