diff options
author | kristerw <kristerw> | 2005-06-24 17:31:28 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-06-24 17:31:28 +0000 |
commit | 93495cab7e31ec70b60d43e232d6399bd5b0d739 (patch) | |
tree | 2fafaf2b65490a367a8044c75c4d90b998056d3d /security | |
parent | 0c2259f93c0a8357a1a742943954a9c2d2db1d61 (diff) | |
download | pkgsrc-93495cab7e31ec70b60d43e232d6399bd5b0d739.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/courier-authlib/Makefile | 6 |
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} |