diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-29 13:53:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-29 13:53:29 +0000 |
commit | c1c0f30b1fea4c3143c8ea293b15ca44370bb131 (patch) | |
tree | 8b60356b050912010fd0f49f613758a76b359d72 /Mk/bsd.sites.mk | |
parent | 0474beea309d14a1d67650f6f7dccbe4cb3f25ce (diff) | |
download | ports-c1c0f30b1fea4c3143c8ea293b15ca44370bb131.tar.gz ports-c1c0f30b1fea4c3143c8ea293b15ca44370bb131.zip |
Notes
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index fd27a204566b..211857e83ef8 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -994,8 +994,6 @@ MASTER_SITE_PGSQL+= \ .if !defined(IGNORE_MASTER_SITE_PHP) MASTER_SITE_PHP+= \ - http://br.php.net/%SUBDIR%/ \ - http://cn.php.net/%SUBDIR%/ \ http://dk.php.net/%SUBDIR%/ \ http://de.php.net/%SUBDIR%/ \ http://es.php.net/%SUBDIR%/ \ @@ -1007,6 +1005,8 @@ MASTER_SITE_PHP+= \ http://se.php.net/%SUBDIR%/ \ http://uk.php.net/%SUBDIR%/ \ http://us2.php.net/%SUBDIR%/ \ + http://br.php.net/%SUBDIR%/ \ + http://cn.php.net/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/php/&,} .endif |