summaryrefslogtreecommitdiff
path: root/databases/postgresql94
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/postgresql94
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/postgresql94')
-rw-r--r--databases/postgresql94/Makefile.common3
1 files changed, 2 insertions, 1 deletions
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