diff options
author | crees <crees@FreeBSD.org> | 2012-03-05 05:10:56 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-03-05 05:10:56 +0800 |
commit | fa92d591742c57f33f0e44dd7020ace65e9f2834 (patch) | |
tree | d6edcaabb952521a0f67349d49c9a97add14a7ca /databases/Makefile | |
parent | 453aac430ac58b5f09cdc9ccb221c0be333cec19 (diff) | |
download | freebsd-ports-gnome-fa92d591742c57f33f0e44dd7020ace65e9f2834.tar.gz freebsd-ports-gnome-fa92d591742c57f33f0e44dd7020ace65e9f2834.tar.zst freebsd-ports-gnome-fa92d591742c57f33f0e44dd7020ace65e9f2834.zip |
- Replace single magic postgresql-docs port with versioned ports.
- Fix docs for 90 and 91-- as of 9+ the docs require building
Discussed with: girgen
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index f68d6c87959e..5295f84db0e9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -609,7 +609,6 @@ SUBDIR += phppgadmin SUBDIR += postgis SUBDIR += postgis-jdbc - SUBDIR += postgresql-docs SUBDIR += postgresql-jdbc SUBDIR += postgresql-libpgeasy SUBDIR += postgresql-libpq++ @@ -629,18 +628,22 @@ SUBDIR += postgresql82-server SUBDIR += postgresql83-client SUBDIR += postgresql83-contrib + SUBDIR += postgresql83-docs SUBDIR += postgresql83-plperl SUBDIR += postgresql83-server SUBDIR += postgresql84-client SUBDIR += postgresql84-contrib + SUBDIR += postgresql84-docs SUBDIR += postgresql84-plperl SUBDIR += postgresql84-server SUBDIR += postgresql90-client SUBDIR += postgresql90-contrib + SUBDIR += postgresql90-docs SUBDIR += postgresql90-plperl SUBDIR += postgresql90-server SUBDIR += postgresql91-client SUBDIR += postgresql91-contrib + SUBDIR += postgresql91-docs SUBDIR += postgresql91-plperl SUBDIR += postgresql91-server SUBDIR += postgresql_autodoc |