From f8aa0362d00d9ad1ef6ffb98d054adca53194c40 Mon Sep 17 00:00:00 2001 From: scrappy Date: Tue, 12 Jan 1999 18:17:42 +0000 Subject: 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... --- databases/postgresql92-server/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'databases/postgresql92-server') diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 9ea0e248f1c..3f066125389 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -3,7 +3,7 @@ # Date created: November 13, 1998 # Whom: Marc G. Fournier # -# $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) -- cgit