summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/zope-zmysqlda/Makefile2
-rw-r--r--www/zope-zmysqlda/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/zope-zmysqlda/Makefile b/www/zope-zmysqlda/Makefile
index 4f9df3dddce6..0ef114c815e2 100644
--- a/www/zope-zmysqlda/Makefile
+++ b/www/zope-zmysqlda/Makefile
@@ -8,7 +8,7 @@
PORTNAME= zmysqlda
PORTVERSION= 2.0.8
CATEGORIES= www databases zope
-MASTER_SITES= http://www.zope.org/Members/adustman/Products/ZMySQLDA/ \
+MASTER_SITES= http://www.zope.org/Members/adustman/Products/ZMySQLDA/${PORTVERSION}/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mysql-python
PKGNAMEPREFIX= zope-
diff --git a/www/zope-zmysqlda/pkg-descr b/www/zope-zmysqlda/pkg-descr
index e564b7f5fd7c..5243e2fb6372 100644
--- a/www/zope-zmysqlda/pkg-descr
+++ b/www/zope-zmysqlda/pkg-descr
@@ -2,6 +2,6 @@ ZMySQLDA is a database adapter which allows the Zope web application
development framework to interact with MySQL databases.
Author: Andy Dustman <andy@dustman.net>
-WWW: http://www.zope.org/Members/adustman/Products/ZMySQLDA
+WWW: http://www.zope.org/Members/adustman/Products/ZMySQLDA/
-- Johann Visagie <wjv@FreeBSD.org>