diff options
author | abs <abs@pkgsrc.org> | 2003-07-11 15:12:06 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-07-11 15:12:06 +0000 |
commit | ea07078090affef732bd4aa03ac21d2b1088ccb0 (patch) | |
tree | 3f713d329bc6d70a2e34c599448cd989e95e06f2 /databases/postgresql | |
parent | eab2d96e491751a9841f76b789d1303f2697c6ab (diff) | |
download | pkgsrc-ea07078090affef732bd4aa03ac21d2b1088ccb0.tar.gz |
Add a comment to not forget jdbc-postgresql
Diffstat (limited to 'databases/postgresql')
-rw-r--r-- | databases/postgresql/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index fede3c7167e..e734fa3769a 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.36 2003/06/25 07:54:31 cjs Exp $ +# $NetBSD: Makefile.common,v 1.37 2003/07/11 15:12:06 abs Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -32,6 +32,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql/patches # DIST_VERS version number on the postgresql distfile # BASE_VERS pkgsrc-mangled version number (convert pl -> .) # +# Note: Do not forget jdbc-postgresql when updating version DIST_VERS?= 7.3.3 BASE_VERS?= ${DIST_VERS} |