diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-01-12 18:17:42 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-01-12 18:17:42 +0000 |
commit | 46897616d43fbaca245be24bc505ecddd0b28723 (patch) | |
tree | 64780c6f2b89ebaf9626925811e42a654a502f5d /databases/postgresql74-server | |
parent | Change maitainer's email address, (diff) |
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/postgresql74-server')
-rw-r--r-- | databases/postgresql74-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql74-server/Makefile b/databases/postgresql74-server/Makefile index 9ea0e248f1c3..3f0661253897 100644 --- a/databases/postgresql74-server/Makefile +++ b/databases/postgresql74-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) |