diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-03 08:06:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-03 08:06:24 +0000 |
commit | 35cdfd9d760f47fa2059ff9dde6b9cf66f10fc69 (patch) | |
tree | fec53543ebbac781a63b91aa3ba41b6ed535ab54 /databases/postgresql/Makefile.common | |
parent | 9ea2b2ee81bd7f1f6174ad14a99a62535eb148a0 (diff) | |
download | pkgsrc-35cdfd9d760f47fa2059ff9dde6b9cf66f10fc69.tar.gz |
Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number. G/C some the unused variables
in postgresql/Makefile.common related to the old way of handling version
numbers.
Diffstat (limited to 'databases/postgresql/Makefile.common')
-rw-r--r-- | databases/postgresql/Makefile.common | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index 0570d7806c2..76436599629 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2001/10/06 21:41:30 veego Exp $ +# $NetBSD: Makefile.common,v 1.24 2001/12/03 08:06:25 jlam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution. @@ -33,13 +33,9 @@ PATCHDIR= ${.CURDIR}/../../databases/postgresql/patches # # PG_DIST_VERS version number on the postgresql distfile # PG_BASE_VERS pkgsrc-mangled version number (convert pl -> .) -# PG_PKG_VERS pkgsrc revisions of postgresql (nbX, etc.) -# PG_VERS pkgsrc version number of package # PG_DIST_VERS= 7.1.3 PG_BASE_VERS= ${PG_DIST_VERS} -PG_PKG_VERS?= # empty -PG_VERS= ${PG_BASE_VERS}${PG_PKG_VERS} USE_GMAKE= # defined GNU_CONFIGURE= # defined |