From 110cd4ab9b73c9e240b469787609dc05a47343e4 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 14 May 2001 15:45:08 +0000 Subject: Document the package naming scheme for PostgreSQL packages. --- databases/postgresql/Makefile.common | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: +# +# -postgresql client-side interface to PostgreSQL +# postgresql- server-side module for PostgreSQL backend DISTNAME= postgresql-${PG_DIST_VERS} CATEGORIES+= databases -- cgit v1.2.3