diff options
author | gabor <gabor@FreeBSD.org> | 2007-02-19 20:45:50 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-02-19 20:45:50 +0800 |
commit | 3fd7d2f4c4f8c0a1c268a8a2b3a536a10d2cc6e1 (patch) | |
tree | 78345ff000e07ab618ac59e93df54dcf66405b50 /databases | |
parent | 67ab2257c7cfd9cf8553181099b8f31fa02c1baf (diff) | |
download | freebsd-ports-gnome-3fd7d2f4c4f8c0a1c268a8a2b3a536a10d2cc6e1.tar.gz freebsd-ports-gnome-3fd7d2f4c4f8c0a1c268a8a2b3a536a10d2cc6e1.tar.zst freebsd-ports-gnome-3fd7d2f4c4f8c0a1c268a8a2b3a536a10d2cc6e1.zip |
- Fix fetching
Approved by: erwin (mentor, implicit)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xmysqladmin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index f08f5b1c5258..64509373a844 100644 --- a/databases/xmysqladmin/Makefile +++ b/databases/xmysqladmin/Makefile @@ -8,8 +8,8 @@ PORTNAME= xmysqladmin PORTVERSION= 1.0 CATEGORIES= databases -MASTER_SITES= http://ftp.gwdg.de/pub/misc/mysql/Downloads/Contrib/ \ - ftp://mysql.secsup.org/pub/software/mysql/Downloads/Contrib/ +MASTER_SITES= ${MASTER_SITE_MYSQL} +MASTER_SITE_SUBDIR= Contrib/Old-Versions MAINTAINER= ports@FreeBSD.org COMMENT= X11 front end to the mysqladmin command of the MySQL database engine |