summaryrefslogtreecommitdiff
path: root/databases/postgresql93
diff options
context:
space:
mode:
authorwiz <wiz>2014-10-05 16:41:05 +0000
committerwiz <wiz>2014-10-05 16:41:05 +0000
commit9ad014b723713f249df0022b0a8f9b60b4973d8d (patch)
tree2480e460ff161850b9fccffc99831a1bbe1baf7e /databases/postgresql93
parent5f31fb7841cccd30d31a808dd1fb75a37681da19 (diff)
downloadpkgsrc-9ad014b723713f249df0022b0a8f9b60b4973d8d.tar.gz
Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.
Diffstat (limited to 'databases/postgresql93')
-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