pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/rdb Fixed pkglint warnings. Because the Perl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66771d1ec1ea
branches:  trunk
changeset: 506855:66771d1ec1ea
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 22 23:35:29 2006 +0000

description:
Fixed pkglint warnings. Because the Perl scripts are now installed with the
correct interpreter, bumped PKGREVISION.

diffstat:

 databases/rdb/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 0f9ebe7616de -r 66771d1ec1ea databases/rdb/Makefile
--- a/databases/rdb/Makefile    Sun Jan 22 23:35:04 2006 +0000
+++ b/databases/rdb/Makefile    Sun Jan 22 23:35:29 2006 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index