lang/perl5/Makefile.common already adds 'perl5' to CATEGORIES so remove
it from it and replace it with 'databases' which was missing.
This commit is contained in:
parent
466110c39a
commit
51527ddead
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue