diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-04-08 20:40:54 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-04-08 20:40:54 +0000 |
commit | 7d343e58188b8ec3a6ce52b7df9ecff9e531461e (patch) | |
tree | 953e4b3ecbee3a9489d929d7ab57ed0c47d38172 /databases | |
parent | 7490265613ba49c868cd8c85cb1a1a7a556589a5 (diff) | |
download | ports-7d343e58188b8ec3a6ce52b7df9ecff9e531461e.tar.gz ports-7d343e58188b8ec3a6ce52b7df9ecff9e531461e.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xmysqladmin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index 7c30d512f3f9..ade2de5b7454 100644 --- a/databases/xmysqladmin/Makefile +++ b/databases/xmysqladmin/Makefile @@ -8,9 +8,8 @@ PORTNAME= xmysqladmin PORTVERSION= 1.0 CATEGORIES= databases -MASTER_SITES= http://www.mysql.com/Downloads/Contrib/ \ - http://www.mysql.net/Downloads/Contrib/ \ - ftp://ftp.wipol.uni-bonn.de/pub/mirror/MySQL/Contrib/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= mirrors/mysql/Downloads/Contrib MAINTAINER= dirk@FreeBSD.org |