Fixed pkglint warnings. Because the Perl scripts are now installed with the
correct interpreter, bumped PKGREVISION.
This commit is contained in:
parent
bc1f74eace
commit
f6611f884f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue