diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-12 04:33:50 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-12 04:33:50 +0800 |
commit | b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed (patch) | |
tree | 33bf3fe0052ed8974ed9a51c57c1e3d8549a229d /databases/postgresql73 | |
parent | a4d1a258e26e6e24449d9d2d10608281550a2eda (diff) | |
download | freebsd-ports-gnome-b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed.tar.gz freebsd-ports-gnome-b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed.tar.zst freebsd-ports-gnome-b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed.zip |
Commit all Y2K/WWW_SITE changes to Makefiles...
Diffstat (limited to 'databases/postgresql73')
-rw-r--r-- | databases/postgresql73/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile index dfcb47f46fe7..42b472d74ef3 100644 --- a/databases/postgresql73/Makefile +++ b/databases/postgresql73/Makefile @@ -3,7 +3,7 @@ # Date created: November 13, 1998 # Whom: Marc G. Fournier <scrappy@FreeBSD.ORG> # -# $Id: Makefile,v 1.32 1999/01/12 18:17:42 scrappy Exp $ +# $Id: Makefile,v 1.33 1999/01/19 21:18:30 andreas Exp $ # DISTNAME= postgresql-6.4.2 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.postgresql.org/pub/ MAINTAINER= andreas@FreeBSD.ORG Y2K= http://www.postgresql.org/y2k.html +WWW_SITE= http://www.postgresql.org # 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 |