diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-14 15:45:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-14 15:45:08 +0000 |
commit | 110cd4ab9b73c9e240b469787609dc05a47343e4 (patch) | |
tree | 8cd20e759bb53cf9148c2605b571b3e48ae3cc6d /databases/postgresql/Makefile.common | |
parent | 372bdb73053dae36724f0947fdefaa50418361f2 (diff) | |
download | pkgsrc-110cd4ab9b73c9e240b469787609dc05a47343e4.tar.gz |
Document the package naming scheme for PostgreSQL packages.
Diffstat (limited to 'databases/postgresql/Makefile.common')
-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 |