aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql82-server
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>1999-01-12 18:17:42 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>1999-01-12 18:17:42 +0000
commit46897616d43fbaca245be24bc505ecddd0b28723 (patch)
tree64780c6f2b89ebaf9626925811e42a654a502f5d /databases/postgresql82-server
parentedecf3c4f0c9144a27d788968cc6f3aac68bcb77 (diff)
downloadports-46897616d43fbaca245be24bc505ecddd0b28723.tar.gz
ports-46897616d43fbaca245be24bc505ecddd0b28723.zip
Add a Y2K= variable to Makefile pointing at Y2K statement for software
Start up a /usr/ports/YEAR2000 file to provide a central location for all software. Will be buildling a nightly run shell script to pull all the Y2K variables from ports, so that the central list remains reasonably up to date...
Notes
Notes: svn path=/head/; revision=16019
Diffstat (limited to 'databases/postgresql82-server')
-rw-r--r--databases/postgresql82-server/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile
index 9ea0e248f1c3..3f0661253897 100644
--- a/databases/postgresql82-server/Makefile
+++ b/databases/postgresql82-server/Makefile
@@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.30 1998/11/24 05:09:06 asami Exp $
+# $Id: Makefile,v 1.31 1998/12/23 17:37:03 billf Exp $
#
DISTNAME= postgresql-v6.4
@@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.postgresql.org/pub/
MAINTAINER= andreas@FreeBSD.ORG
+Y2K= http://www.postgresql.org/y2k.html
+
# if you want to use the tcl/tk frontend pgaccess, then you need to build
# postgresql with tcl support by typing: make USE_TCL=yes
.if defined(USE_TCL)