diff options
author | jlam <jlam> | 2001-05-14 15:45:08 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-14 15:45:08 +0000 |
commit | c00f3715820eaa7ec363c09d9e9273a5b064c1af (patch) | |
tree | 8cd20e759bb53cf9148c2605b571b3e48ae3cc6d /databases | |
parent | 99c026edbe4d311fb3c9684d863ee1841963af77 (diff) | |
download | pkgsrc-c00f3715820eaa7ec363c09d9e9273a5b064c1af.tar.gz |
Document the package naming scheme for PostgreSQL packages.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/Makefile.common | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index ca3246b2bc7..c254cef5079 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,7 +1,13 @@ -# $NetBSD: Makefile.common,v 1.12 2001/05/14 14:52:36 jlam Exp $ +# $NetBSD: Makefile.common,v 1.13 2001/05/14 15:45:08 jlam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution. +# +# 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-${PG_DIST_VERS} CATEGORIES+= databases |