pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/courier-authlib Skip the interpreter check on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac3925a0fb04
branches:  trunk
changeset: 532794:ac3925a0fb04
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Aug 30 20:11:08 2007 +0000

description:
Skip the interpreter check on authsystem.passwd as we don't want to
depend on the tcl-expect package.  The package MESSAGE file already
tells the user what to do.

diffstat:

 security/courier-authlib/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6fbaac7053c0 -r ac3925a0fb04 security/courier-authlib/Makefile
--- a/security/courier-authlib/Makefile Thu Aug 30 20:01:08 2007 +0000
+++ b/security/courier-authlib/Makefile Thu Aug 30 20:11:08 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2007/08/10 17:57:21 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2007/08/30 20:11:08 jlam Exp $
 
 .include "Makefile.common"
 
@@ -39,6 +39,7 @@
 # as courier-authlib.
 #
 CONFIGURE_ENV+=                EXPECT=${PREFIX:Q}/bin/expect
+CHECK_INTERPRETER_SKIP=        libexec/courier-authlib/authsystem.passwd
 
 AUTHLIBDIR=            lib/courier-authlib
 AUTHLIBEXECDIR=                libexec/courier-authlib



Home | Main Index | Thread Index | Old Index