pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/courier-authlib Prevent paths to the build di...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53db3bad8451
branches:  trunk
changeset: 496209:53db3bad8451
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jun 24 17:31:28 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

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

diffs (31 lines):

diff -r db395e2a9cec -r 53db3bad8451 security/courier-authlib/Makefile
--- a/security/courier-authlib/Makefile Fri Jun 24 17:28:30 2005 +0000
+++ b/security/courier-authlib/Makefile Fri Jun 24 17:31:28 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:29 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/24 17:31:28 kristerw Exp $
 
 .include "Makefile.common"
 
 DISTNAME=      courier-authlib-0.55
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=courier/}
 EXTRACT_SUFX=  .tar.bz2
@@ -16,7 +17,7 @@
 CONFLICTS+=    courier-authmysql-[0-9]*
 CONFLICTS+=    courier-authpgsql-[0-9]*
 
-USE_TOOLS+=            gmake
+USE_TOOLS+=            cat gmake
 USE_LIBTOOL=           yes
 PKG_SYSCONFSUBDIR=     authlib
 
@@ -26,6 +27,7 @@
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 CONFIGURE_ARGS+=       --with-pkgconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --without-stdheaderdir
+CONFIGURE_ENV+=                CAT="${TOOLS_CAT}"
 
 AUTHDAEMONVAR?=                ${VARBASE}/authdaemon
 CONFIGURE_ARGS+=       --with-authdaemonvar=${AUTHDAEMONVAR}



Home | Main Index | Thread Index | Old Index