diff options
author | clsung <clsung@FreeBSD.org> | 2007-01-17 11:45:33 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-01-17 11:45:33 +0800 |
commit | 63958359aca708e508c5fab76bea0c0d554fc3ad (patch) | |
tree | 5176028954e9c82e70239da5809d99afb2e528e9 | |
parent | 333ee6d86a78a271ec5b6f98a0a8dacfbe601f2a (diff) | |
download | freebsd-ports-graphics-63958359aca708e508c5fab76bea0c0d554fc3ad.tar.gz freebsd-ports-graphics-63958359aca708e508c5fab76bea0c0d554fc3ad.tar.zst freebsd-ports-graphics-63958359aca708e508c5fab76bea0c0d554fc3ad.zip |
- Add Master url (Thanks infofarmer@FreeBSD.org)
PR: ports/108024
Submitted by: maintainer (Yuan-Chung Hsiao)
-rw-r--r-- | www/wordpress/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 7aafdd55a13..f77c37135c2 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -9,7 +9,8 @@ PORTNAME= wordpress PORTVERSION= 2.0.7 PORTEPOCH= 1 CATEGORIES= www -MASTER_SITES= ftp://ftp.stu.edu.tw/pub/wordpress/ \ +MASTER_SITES= http://wordpress.org/beta/ \ + ftp://ftp.stu.edu.tw/pub/wordpress/ \ ftp://ftp.twaren.net/local-distfiles/wordpress/ MASTER_SITE_SUBDIR= cafelog |