diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-04-25 20:20:34 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-04-25 20:20:34 +0000 |
commit | 8a643f1b5416a0828ce9114803c4275b2e5cb60d (patch) | |
tree | ca5594733366a7b90e8d07dab5c3aaa076c572ac /textproc/postgresql-autodoc | |
parent | d8eb5d15681388ee918e9de28c3c6cfff5304db2 (diff) | |
download | pkgsrc-8a643f1b5416a0828ce9114803c4275b2e5cb60d.tar.gz |
It's databases, not database in CATEGORIES.
Diffstat (limited to 'textproc/postgresql-autodoc')
-rw-r--r-- | textproc/postgresql-autodoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/postgresql-autodoc/Makefile b/textproc/postgresql-autodoc/Makefile index 6ee5055607e..980fb1e3689 100644 --- a/textproc/postgresql-autodoc/Makefile +++ b/textproc/postgresql-autodoc/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2003/03/29 12:42:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/04/25 20:20:35 jmmv Exp $ # VERS= 1.01 DISTNAME= postgresql_autodoc-${VERS} WRKSRC= ${WRKDIR} -CATEGORIES= textproc database +CATEGORIES= textproc databases MASTER_SITES= http://www.rbt.ca/autodoc/ MAINTAINER= packages@netbsd.org |