summaryrefslogtreecommitdiff
path: root/databases/postgresql-devel
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-04-08 19:05:48 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-04-08 19:05:48 +0000
commit049b253ab2419389f06646c0e948a48f93d9a375 (patch)
tree629d067ca78185e11697efa4f962230277becec4 /databases/postgresql-devel
parentDISTFILES moved on MASTER_SITE. (diff)
Proper URLs that reference directories end in '/'
Notes
Notes: svn path=/head/; revision=17742
Diffstat (limited to 'databases/postgresql-devel')
-rw-r--r--databases/postgresql-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile
index 42b472d74ef3..9f771293a680 100644
--- a/databases/postgresql-devel/Makefile
+++ b/databases/postgresql-devel/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