summaryrefslogtreecommitdiff
path: root/databases/postgresql93/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql93/Makefile.common')
-rw-r--r--databases/postgresql93/Makefile.common20
1 files changed, 11 insertions, 9 deletions
diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common
index e786cd273e4..724ea672dd3 100644
--- a/databases/postgresql93/Makefile.common
+++ b/databases/postgresql93/Makefile.common
@@ -1,4 +1,12 @@
-# $NetBSD: Makefile.common,v 1.8 2014/07/26 23:58:33 wiz Exp $
+# $NetBSD: Makefile.common,v 1.9 2014/10/05 16:41:06 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/postgresql93-adminpack/Makefile
# used by databases/postgresql93-client/Makefile
@@ -6,20 +14,14 @@
# used by databases/postgresql93-dblink/Makefile
# used by databases/postgresql93-docs/Makefile
# used by databases/postgresql93-fuzzystrmatch/Makefile
+# used by databases/postgresql93-monitoring/Makefile
# used by databases/postgresql93-pgcrypto/Makefile
# used by databases/postgresql93-plperl/Makefile
# used by databases/postgresql93-plpython/Makefile
# used by databases/postgresql93-pltcl/Makefile
+# used by databases/postgresql93-replicationtools/Makefile
# used by databases/postgresql93-server/Makefile
# used by databases/postgresql93-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.3.5
CATEGORIES= databases