diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
commit | 049b253ab2419389f06646c0e948a48f93d9a375 (patch) | |
tree | 629d067ca78185e11697efa4f962230277becec4 /databases/postgresql73 | |
parent | 466b1016aa3aed7b3a70b1ed4a883e3be4b5c9ba (diff) | |
download | ports-049b253ab2419389f06646c0e948a48f93d9a375.tar.gz ports-049b253ab2419389f06646c0e948a48f93d9a375.zip |
Proper URLs that reference directories end in '/'
Notes
Notes:
svn path=/head/; revision=17742
Diffstat (limited to 'databases/postgresql73')
-rw-r--r-- | databases/postgresql73/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile index 42b472d74ef3..9f771293a680 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.33 1999/01/19 21:18:30 andreas Exp $ +# $Id: Makefile,v 1.34 1999/03/11 20:33:50 scrappy Exp $ # DISTNAME= postgresql-6.4.2 @@ -13,7 +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 +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 |