summaryrefslogtreecommitdiff
path: root/security/courier-authlib
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-06-24 17:31:28 +0000
committerkristerw <kristerw@pkgsrc.org>2005-06-24 17:31:28 +0000
commitd6c68a4b59cc5232c9f1612bffa37e1d868c5fe3 (patch)
tree2fafaf2b65490a367a8044c75c4d90b998056d3d /security/courier-authlib
parent7e97230a7ecc1896a1202a2eff5d6e07c9af3c37 (diff)
downloadpkgsrc-d6c68a4b59cc5232c9f1612bffa37e1d868c5fe3.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'security/courier-authlib')
-rw-r--r--security/courier-authlib/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile
index 6d9bd313cf9..43b12cc45c0 100644
--- a/security/courier-authlib/Makefile
+++ b/security/courier-authlib/Makefile
@@ -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-authldap-[0-9]*
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 @@ REPLACE_PERL= sysconftool
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}