diff options
Diffstat (limited to 'databases/postgresql93-docs/Makefile')
-rw-r--r-- | databases/postgresql93-docs/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql93-docs/Makefile b/databases/postgresql93-docs/Makefile new file mode 100644 index 000000000000..504dbdd75411 --- /dev/null +++ b/databases/postgresql93-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=92 + +.include "${.CURDIR}/../postgresql91-docs/Makefile" |