diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-06-19 20:48:28 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-06-19 20:48:28 +0000 |
commit | 6b6a8b5426f9e6a6caa624950417b83efaed1044 (patch) | |
tree | 505c32830b4c28bd3795556eac551f1b821e77d2 /databases/postgresql93 | |
parent | d3c9762995506933205e14b838bf674cb3275ba0 (diff) | |
download | pkgsrc-6b6a8b5426f9e6a6caa624950417b83efaed1044.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.common | 3 |
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 |