summaryrefslogtreecommitdiff
path: root/databases/py-PyGreSQL
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/py-PyGreSQL
parentDISTFILES moved on MASTER_SITE. (diff)
Proper URLs that reference directories end in '/'
Notes
Notes: svn path=/head/; revision=17742
Diffstat (limited to 'databases/py-PyGreSQL')
-rw-r--r--databases/py-PyGreSQL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile
index 2d1a29167db0..d500b2cf1da2 100644
--- a/databases/py-PyGreSQL/Makefile
+++ b/databases/py-PyGreSQL/Makefile
@@ -3,7 +3,7 @@
# Date created: 2/22/1999
# Whom: nectar@FreeBSD.ORG
#
-# $Id: Makefile,v 1.12 1999/03/12 15:16:59 scrappy Exp $
+# $Id: Makefile,v 1.13 1999/03/12 16:23:58 nectar Exp $
#
DISTNAME= PyGreSQL-2.3
@@ -18,7 +18,7 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql
-WWW_SITE= http://www.druid.net/pygresql
+WWW_SITE= http://www.druid.net/pygresql/
MAKE_ENV= PYTHON=${PREFIX}/bin/python \
LN="${LN}" SETENV="${SETENV}" MKDIR="${MKDIR}"