summaryrefslogtreecommitdiffstats
path: root/databases/postgresql90-server
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1999-01-12 18:17:42 +0000
committerscrappy <scrappy@FreeBSD.org>1999-01-12 18:17:42 +0000
commitf8aa0362d00d9ad1ef6ffb98d054adca53194c40 (patch)
treeb39ae3dcfb39008e35c1bb7e3815284f66413847 /databases/postgresql90-server
parente88f5da5657bccc2f31b605cc36e2175ab7180b8 (diff)
downloadFreeBSD-ports-f8aa0362d00d9ad1ef6ffb98d054adca53194c40.zip
FreeBSD-ports-f8aa0362d00d9ad1ef6ffb98d054adca53194c40.tar.gz
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...
Diffstat (limited to 'databases/postgresql90-server')
-rw-r--r--databases/postgresql90-server/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile
index 9ea0e24..3f06612 100644
--- a/databases/postgresql90-server/Makefile
+++ b/databases/postgresql90-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)
OpenPOWER on IntegriCloud