summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-08 04:19:24 +0000
committerwiz <wiz@pkgsrc.org>2000-01-08 04:19:24 +0000
commit475c70c076b01d4d9c7fb333349c8091e0b74d1e (patch)
treefef7d26fddaf330f135c39c24267046ba30f40e1 /databases
parent23351a4352d973598d3595e48dabdbcb67b42d9d (diff)
downloadpkgsrc-475c70c076b01d4d9c7fb333349c8091e0b74d1e.tar.gz
minimal fixes to keep pkglint happy
Diffstat (limited to 'databases')
-rw-r--r--databases/iodbc/pkg/COMMENT2
-rw-r--r--databases/openldap/pkg/COMMENT2
-rw-r--r--databases/p5-gdbm/Makefile4
3 files changed, 4 insertions, 4 deletions
diff --git a/databases/iodbc/pkg/COMMENT b/databases/iodbc/pkg/COMMENT
index 173ac3995ca..e2fc22cab38 100644
--- a/databases/iodbc/pkg/COMMENT
+++ b/databases/iodbc/pkg/COMMENT
@@ -1 +1 @@
-ODBC 2.x driver manager
+ODBC 2.x driver manager
diff --git a/databases/openldap/pkg/COMMENT b/databases/openldap/pkg/COMMENT
index 24f9ea82837..1afebb74bd2 100644
--- a/databases/openldap/pkg/COMMENT
+++ b/databases/openldap/pkg/COMMENT
@@ -1 +1 @@
-Lightweight directory access protocol server and client package
+Lightweight directory access protocol server and client package
diff --git a/databases/p5-gdbm/Makefile b/databases/p5-gdbm/Makefile
index a64595cc352..bdfd2fb40c6 100644
--- a/databases/p5-gdbm/Makefile
+++ b/databases/p5-gdbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/05/19 11:45:31 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2000/01/08 04:19:25 wiz Exp $
DISTNAME= perl5.004_04
PKGNAME= p5-gdbm-5.4.4
@@ -8,9 +8,9 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/src/5.0/ \
MAINTAINER= packages@netbsd.org
-USE_PERL5= YES
DEPENDS+= gdbm-1.7.3:../../databases/gdbm
+USE_PERL5= YES
EXTRACT_ELEMENTS= perl5.004_04/ext/GDBM_File
WRKSRC= ${WRKDIR}/${EXTRACT_ELEMENTS}