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