summaryrefslogtreecommitdiff
path: root/databases/lbdb/Makefile
diff options
context:
space:
mode:
authortonio <tonio>2005-09-10 11:26:47 +0000
committertonio <tonio>2005-09-10 11:26:47 +0000
commit1ba3409ccb6f4353e5a77413f38b8070db9cae29 (patch)
treec389f33581c2e8426f5875c167b0e0f48a2c2b36 /databases/lbdb/Makefile
parent9a110dfdef3a3759e469915231f000e1a180cb6c (diff)
downloadpkgsrc-1ba3409ccb6f4353e5a77413f38b8070db9cae29.tar.gz
Force lbdb to use TOOLS_SH and TOOLS_AWK when building scripts
so prevent interactions with bash and gawk packages or tools wrappers Update maintainer address, and bump PKGREVISION, binary packages may contain references to bash or gawk
Diffstat (limited to 'databases/lbdb/Makefile')
-rw-r--r--databases/lbdb/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/lbdb/Makefile b/databases/lbdb/Makefile
index 08492b10a93..6abaaca0d18 100644
--- a/databases/lbdb/Makefile
+++ b/databases/lbdb/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2005/09/03 12:51:10 tonio Exp $
+# $NetBSD: Makefile,v 1.8 2005/09/10 11:26:47 tonio Exp $
DISTNAME= lbdb_0.30
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.spinnaker.de/debian/
-MAINTAINER= reilles@loria.fr
+MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://www.spinnaker.de/lbdb/
COMMENT= The little brother's database
@@ -24,6 +24,9 @@ CONFIGURE_ARGS+= --without-evolution-addressbook-export
CONFIGURE_ARGS+= --without-pgp
CONFIGURE_ARGS+= --without-pgpk
+CONFIGURE_ENV+= SH=${TOOLS_SH}
+CONFIGURE_ENV+= AWK=${TOOLS_AWK}
+
.include "options.mk"
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}