diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-03-04 21:10:56 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-03-04 21:10:56 +0000 |
commit | bd8b33273e5241b22b1f3b50a53b3ed7b5f0de9c (patch) | |
tree | 16b664f86cbad60120788627a44670eeea3800e7 /databases/postgresql90-docs | |
parent | Fix with 0 lentgh words (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=292687
Diffstat (limited to 'databases/postgresql90-docs')
-rw-r--r-- | databases/postgresql90-docs/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql90-docs/Makefile b/databases/postgresql90-docs/Makefile new file mode 100644 index 000000000000..ed377d0e94b1 --- /dev/null +++ b/databases/postgresql90-docs/Makefile @@ -0,0 +1,10 @@ +# New ports collection makefile for: PostgreSQL docs +# Date created: August 26, 2002 +# Whom: Palle Girgensohn <girgen@pingpong.net> +# +# $FreeBSD$ +# + +WANT_PGSQL_VER=90 + +.include "${.CURDIR}/../postgresql91-docs/Makefile" |