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/gmysql | |
parent | 466b1016aa3aed7b3a70b1ed4a883e3be4b5c9ba (diff) |
Proper URLs that reference directories end in '/'
Notes
Notes:
svn path=/head/; revision=17742
Diffstat (limited to 'databases/gmysql')
-rw-r--r-- | databases/gmysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gmysql/Makefile b/databases/gmysql/Makefile index 795035a71857..9b2f719a1f5d 100644 --- a/databases/gmysql/Makefile +++ b/databases/gmysql/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Nov 15 22:07:12 CET 1998 # Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> # -# $Id: Makefile,v 1.7 1999/03/11 08:41:18 dirk Exp $ +# $Id: Makefile,v 1.8 1999/03/12 15:16:59 scrappy Exp $ # DISTNAME= gmysql-0.3.2 @@ -13,7 +13,7 @@ MASTER_SITES= http://www.loth.demon.co.uk/gmysql/ \ MAINTAINER= dirk@FreeBSD.ORG -WWW_SITE= http://www.loth.demon.co.uk/gmysql +WWW_SITE= http://www.loth.demon.co.uk/gmysql/ LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ mysqlclient.6:${PORTSDIR}/databases/mysql322 |