summaryrefslogtreecommitdiff
path: root/databases/postgresql95
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-06-19 20:48:28 +0000
committerfhajny <fhajny@pkgsrc.org>2016-06-19 20:48:28 +0000
commita0099211e117ed9a4d3aa71a43210de2d929fd4d (patch)
tree524733c07249b92882052b26e9b7d9f49537fe09 /databases/postgresql95
parentbdedb7ea4416ce44c3f2e08c1363400d18679d8b (diff)
downloadpkgsrc-a0099211e117ed9a4d3aa71a43210de2d929fd4d.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/postgresql95')
-rw-r--r--databases/postgresql95/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql95/Makefile.common b/databases/postgresql95/Makefile.common
index a1427c0f035..995818a011f 100644
--- a/databases/postgresql95/Makefile.common
+++ b/databases/postgresql95/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2016/05/23 14:27:35 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 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/postgresql95-adminpack/Makefile
# used by databases/postgresql95-client/Makefile
+# used by databases/postgresql95-contrib/Makefile
# used by databases/postgresql95-datatypes/Makefile
# used by databases/postgresql95-dblink/Makefile
# used by databases/postgresql95-docs/Makefile