diff options
author | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
commit | 532d24032cb32be03309840b839d6d7489cd33a4 (patch) | |
tree | 93e776c22feddb53127ca24e4742b48902ced5bc /databases | |
parent | 4a8a503bb648160a87419f17dea624c135dd8361 (diff) | |
download | pkgsrc-532d24032cb32be03309840b839d6d7489cd33a4.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 86 |
1 files changed, 44 insertions, 42 deletions
diff --git a/databases/Makefile b/databases/Makefile index 4c88f107035..a50145791da 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,46 +1,48 @@ -# $NetBSD: Makefile,v 1.45 2001/01/04 01:15:46 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2001/02/16 15:51:48 wiz Exp $ # - SUBDIR += db - SUBDIR += db3 - SUBDIR += freetds - SUBDIR += gdbm - SUBDIR += geneweb - SUBDIR += gq - SUBDIR += gtksql - SUBDIR += gtranscript - SUBDIR += iodbc - SUBDIR += jdb - SUBDIR += jdbc-postgresql - SUBDIR += kpsql - SUBDIR += mysql-client - SUBDIR += mysql-server - SUBDIR += openldap - SUBDIR += oraedit - SUBDIR += p5-DBD-CSV - SUBDIR += p5-DBD-Sybase - SUBDIR += p5-DBD-mysql - SUBDIR += p5-DBD-postgresql - SUBDIR += p5-DBI - SUBDIR += p5-SQL-Statement - SUBDIR += p5-gdbm - SUBDIR += p5-perl-ldap - SUBDIR += p5-pgsql - SUBDIR += pgaccess - SUBDIR += postgresql - SUBDIR += py-gdbm - SUBDIR += py-ldap - SUBDIR += py-mysqldb - SUBDIR += py-postgresql - SUBDIR += quicklist - SUBDIR += rrdtool - SUBDIR += sdbm - SUBDIR += sqsh - SUBDIR += tcl-gdbm - SUBDIR += tcl-postgresql - SUBDIR += tk-postgresql - SUBDIR += xmysql - SUBDIR += xmysqladmin - SUBDIR += zope-mysql +COMMENT= Databases + +SUBDIR+= db +SUBDIR+= db3 +SUBDIR+= freetds +SUBDIR+= gdbm +SUBDIR+= geneweb +SUBDIR+= gq +SUBDIR+= gtksql +SUBDIR+= gtranscript +SUBDIR+= iodbc +SUBDIR+= jdb +SUBDIR+= jdbc-postgresql +SUBDIR+= kpsql +SUBDIR+= mysql-client +SUBDIR+= mysql-server +SUBDIR+= openldap +SUBDIR+= oraedit +SUBDIR+= p5-DBD-CSV +SUBDIR+= p5-DBD-Sybase +SUBDIR+= p5-DBD-mysql +SUBDIR+= p5-DBD-postgresql +SUBDIR+= p5-DBI +SUBDIR+= p5-SQL-Statement +SUBDIR+= p5-gdbm +SUBDIR+= p5-perl-ldap +SUBDIR+= p5-pgsql +SUBDIR+= pgaccess +SUBDIR+= postgresql +SUBDIR+= py-gdbm +SUBDIR+= py-ldap +SUBDIR+= py-mysqldb +SUBDIR+= py-postgresql +SUBDIR+= quicklist +SUBDIR+= rrdtool +SUBDIR+= sdbm +SUBDIR+= sqsh +SUBDIR+= tcl-gdbm +SUBDIR+= tcl-postgresql +SUBDIR+= tk-postgresql +SUBDIR+= xmysql +SUBDIR+= xmysqladmin +SUBDIR+= zope-mysql .include "../mk/bsd.pkg.subdir.mk" |