summaryrefslogtreecommitdiff
path: root/databases/p5-gdbm
diff options
context:
space:
mode:
authorseb <seb>2004-11-12 00:20:31 +0000
committerseb <seb>2004-11-12 00:20:31 +0000
commit911c3e564eb902ab6473384b057dec10445240c1 (patch)
tree23cd76cd8d2f1b5df88934984a2fb381b0c07970 /databases/p5-gdbm
parent480289f9ca05114b98c18d775ce933cd9e7e1269 (diff)
downloadpkgsrc-911c3e564eb902ab6473384b057dec10445240c1.tar.gz
lang/perl5/Makefile.common already adds 'perl5' to CATEGORIES so remove
it from it and replace it with 'databases' which was missing.
Diffstat (limited to 'databases/p5-gdbm')
-rw-r--r--databases/p5-gdbm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-gdbm/Makefile b/databases/p5-gdbm/Makefile
index c749a7fc5c7..5ebb4b8e4f0 100644
--- a/databases/p5-gdbm/Makefile
+++ b/databases/p5-gdbm/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2004/10/03 00:13:22 tv Exp $
+# $NetBSD: Makefile,v 1.23 2004/11/12 00:20:31 seb Exp $
.include "../../lang/perl5/Makefile.common"
PKGNAME= p5-gdbm-1.05
PKGREVISION= 2
SVR4_PKGNAME= p5gdm
-CATEGORIES+= perl5
+CATEGORIES+= databases
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl interface to gdbm - GNU database manager