From 89a36b6f681f2c157a28b67c4e9f813017868656 Mon Sep 17 00:00:00 2001 From: fhajny Date: Sun, 19 Jun 2016 20:48:28 +0000 Subject: Import postgresql9[1-5]-contrib packages. These supersede the previous handful of packages like -datatypes or -dblink. They contain all of the contrib subtree, matching what similar packages carry in e.g. FreeBSD ports or what PostgreSQL users generally expect. This subtree contains porting tools, analysis utilities, and plug-in features that are not part of the core PostgreSQL system, mainly because they address a limited audience or are too experimental to be part of the main source tree. This does not preclude their usefulness. --- databases/postgresql94/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases/postgresql94') diff --git a/databases/postgresql94/Makefile.common b/databases/postgresql94/Makefile.common index 8f16550b43f..1b18b719288 100644 --- a/databases/postgresql94/Makefile.common +++ b/databases/postgresql94/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2016/05/23 14:27:35 adam Exp $ +# $NetBSD: Makefile.common,v 1.11 2016/06/19 20:48:29 fhajny Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -10,6 +10,7 @@ # # used by databases/postgresql94-adminpack/Makefile # used by databases/postgresql94-client/Makefile +# used by databases/postgresql94-contrib/Makefile # used by databases/postgresql94-datatypes/Makefile # used by databases/postgresql94-dblink/Makefile # used by databases/postgresql94-docs/Makefile -- cgit v1.2.3