summaryrefslogtreecommitdiff
path: root/databases/postgresql91/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql91/Makefile.common')
-rw-r--r--databases/postgresql91/Makefile.common20
1 files changed, 11 insertions, 9 deletions
diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common
index 4c9f6a5adfe..1a3d16cde4b 100644
--- a/databases/postgresql91/Makefile.common
+++ b/databases/postgresql91/Makefile.common
@@ -1,4 +1,12 @@
-# $NetBSD: Makefile.common,v 1.21 2014/07/25 22:14:56 adam Exp $
+# $NetBSD: Makefile.common,v 1.22 2014/10/05 16:41:05 wiz Exp $
+#
+# This Makefile fragment is included by all PostgreSQL packages built from
+# the main sources of the PostgreSQL distribution except jdbc-postgresql.
+#
+# The PostgreSQL package naming scheme, aside from the obvious piecewise
+# packages, is as follows:
+# <lang>-postgresql client-side interface to PostgreSQL
+# postgresql-<lang> server-side module for PostgreSQL backend
#
# used by databases/postgresql91-adminpack/Makefile
# used by databases/postgresql91-client/Makefile
@@ -6,20 +14,14 @@
# used by databases/postgresql91-dblink/Makefile
# used by databases/postgresql91-docs/Makefile
# used by databases/postgresql91-fuzzystrmatch/Makefile
+# used by databases/postgresql91-monitoring/Makefile
# used by databases/postgresql91-pgcrypto/Makefile
# used by databases/postgresql91-plperl/Makefile
# used by databases/postgresql91-plpython/Makefile
# used by databases/postgresql91-pltcl/Makefile
+# used by databases/postgresql91-replicationtools/Makefile
# used by databases/postgresql91-server/Makefile
# used by databases/postgresql91-upgrade/Makefile
-#
-# This Makefile fragment is included by all PostgreSQL packages built from
-# the main sources of the PostgreSQL distribution except jdbc-postgresql.
-#
-# The PostgreSQL package naming scheme, aside from the obvious piecewise
-# packages, is as follows:
-# <lang>-postgresql client-side interface to PostgreSQL
-# postgresql-<lang> server-side module for PostgreSQL backend
DISTNAME= postgresql-9.1.14
CATEGORIES= databases