diff options
author | rillig <rillig@pkgsrc.org> | 2006-01-22 23:35:29 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-01-22 23:35:29 +0000 |
commit | f6611f884fb4894e71acf5dd4860cd274790a545 (patch) | |
tree | 82459e91b7d2601620612a726ad74af70e4c50b6 /databases/rdb | |
parent | bc1f74eace0c5e7c7fb0ec98c0f3a34698db4e5c (diff) | |
download | pkgsrc-f6611f884fb4894e71acf5dd4860cd274790a545.tar.gz |
Fixed pkglint warnings. Because the Perl scripts are now installed with the
correct interpreter, bumped PKGREVISION.
Diffstat (limited to 'databases/rdb')
-rw-r--r-- | databases/rdb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/rdb/Makefile b/databases/rdb/Makefile index e6a7292e3af..50372febbef 100644 --- a/databases/rdb/Makefile +++ b/databases/rdb/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2005/07/16 01:19:08 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/01/22 23:35:29 rillig Exp $ DISTNAME= RDB-2.6d PKGNAME= rdb-2.6.4 +PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.rand.org/pub/RDB-hobbs/ @@ -11,10 +12,9 @@ COMMENT= Relational database system that uses standard filters via pipes WRKSRC= ${WRKDIR}/rdb NO_BUILD= yes -NO_CONFIGURE= yes USE_TOOLS+= perl:run -REPLACE_PERL= column compute dataent etbl headchg jointbl lst2tbl mergetbl +REPLACE_PERL+= column compute dataent etbl headchg jointbl lst2tbl mergetbl REPLACE_PERL+= mktbl ptbl rdb rdbt repair reporttbl row search sorttbl REPLACE_PERL+= subtotal summ tbl2lst uniqtbl valid |