diff options
author | wiz <wiz> | 2014-10-05 16:41:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-10-05 16:41:05 +0000 |
commit | 4bb388e48869d92728708d65bcb87b834557cde9 (patch) | |
tree | 2480e460ff161850b9fccffc99831a1bbe1baf7e /databases/postgresql93 | |
parent | 2f217ef712b08fba5931e1b4e903510c5a5f099c (diff) | |
download | pkgsrc-4bb388e48869d92728708d65bcb87b834557cde9.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.common | 20 |
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 |