summaryrefslogtreecommitdiff
path: root/databases/postgresql93
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-06-19 20:48:28 +0000
committerfhajny <fhajny>2016-06-19 20:48:28 +0000
commit89a36b6f681f2c157a28b67c4e9f813017868656 (patch)
tree505c32830b4c28bd3795556eac551f1b821e77d2 /databases/postgresql93
parent4ec9011b13899df479547c07fb089547ef4d1467 (diff)
downloadpkgsrc-89a36b6f681f2c157a28b67c4e9f813017868656.tar.gz
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.
Diffstat (limited to 'databases/postgresql93')
-rw-r--r--databases/postgresql93/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common
index 4ea457f9d42..966ef038036 100644
--- a/databases/postgresql93/Makefile.common
+++ b/databases/postgresql93/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2016/05/23 14:27:34 adam Exp $
+# $NetBSD: Makefile.common,v 1.19 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/postgresql93-adminpack/Makefile
# used by databases/postgresql93-client/Makefile
+# used by databases/postgresql93-contrib/Makefile
# used by databases/postgresql93-datatypes/Makefile
# used by databases/postgresql93-dblink/Makefile
# used by databases/postgresql93-docs/Makefile