diff options
author | agc <agc> | 2003-09-11 08:46:27 +0000 |
---|---|---|
committer | agc <agc> | 2003-09-11 08:46:27 +0000 |
commit | 3a82a77f273f0edb3b09ae43b03dfc48a36682a0 (patch) | |
tree | 4f3371c7db0616a47d489e3895ad7d1eea914a96 /databases | |
parent | 130b608ac3f39d2df748032b5093f658eb3a4448 (diff) | |
download | pkgsrc-3a82a77f273f0edb3b09ae43b03dfc48a36682a0.tar.gz |
Sort SUBDIRs alphabetically
Diffstat (limited to 'databases')
-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 |