summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-18 12:02:00 +0000
committerrillig <rillig@pkgsrc.org>2006-06-18 12:02:00 +0000
commitd6da1e6cb106f437fee2827aea4a1c831c8b8320 (patch)
tree65a4f63a6e7b1a2f61d83aee45e856ccdf0dca83 /databases
parent3d8315cd205ef36b62e96a430584a6c393bb68c6 (diff)
downloadpkgsrc-d6da1e6cb106f437fee2827aea4a1c831c8b8320.tar.gz
Fixed the paths to the Perl interpreter, which is needed for bulk builds
with CHECK_INTERPRETER=yes. Bumped PKGREVISION.
Diffstat (limited to 'databases')
-rw-r--r--databases/jdb/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/jdb/Makefile b/databases/jdb/Makefile
index e1fecfe2a3b..1b1f6aa6372 100644
--- a/databases/jdb/Makefile
+++ b/databases/jdb/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:18 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2006/06/18 12:02:00 rillig Exp $
DISTNAME= jdb-1.13
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JDB/
@@ -14,4 +15,6 @@ USE_TOOLS+= perl:run
CONFIGURE_ARGS+= --with-perl=${LOCALBASE}/bin
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/jdb
+REPLACE_PERL+= crl_to_db *.pm dblib.pl
+
.include "../../mk/bsd.pkg.mk"