diff options
author | agc <agc@pkgsrc.org> | 2003-09-11 08:46:27 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-09-11 08:46:27 +0000 |
commit | 9f9ede6e0ed8b0f9b10651a85067c16b0a8869ae (patch) | |
tree | 4f3371c7db0616a47d489e3895ad7d1eea914a96 /databases/Makefile | |
parent | d27f0a1e02daae2af19c9fee88637375e6d24a4b (diff) | |
download | pkgsrc-9f9ede6e0ed8b0f9b10651a85067c16b0a8869ae.tar.gz |
Sort SUBDIRs alphabetically
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index c939c187a77..a161851e59f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2003/09/10 16:47:42 taca Exp $ +# $NetBSD: Makefile,v 1.105 2003/09/11 08:46:27 agc Exp $ # COMMENT= Databases @@ -78,12 +78,12 @@ SUBDIR+= postgresql-plperl SUBDIR+= postgresql-pltcl SUBDIR+= postgresql-server SUBDIR+= pxtools +SUBDIR+= py-PgSQL SUBDIR+= py-bsddb3 SUBDIR+= py-gdbm SUBDIR+= py-ldap SUBDIR+= py-metakit SUBDIR+= py-mysqldb -SUBDIR+= py-PgSQL SUBDIR+= py-postgresql SUBDIR+= py-psycopg SUBDIR+= py-sqlite |