diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-05-27 14:31:05 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-05-27 14:31:05 +0000 |
commit | b0cfe74d9c8d2490043bc395bc77a6d67bbc3919 (patch) | |
tree | 597315bb11483a773caafc4fc8b5fa3f88cf5ca9 /databases/postgresql-devel | |
parent | make it buildable under 4.3 (perl 5.005_03) (diff) |
add Japanese mirror to MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=43136
Diffstat (limited to 'databases/postgresql-devel')
-rw-r--r-- | databases/postgresql-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile index 886d3edb2686..0d28d1903d67 100644 --- a/databases/postgresql-devel/Makefile +++ b/databases/postgresql-devel/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \ ftp://ftp.de.postgresql.org/%SUBDIR%/ \ ftp://ftp.digex.net/pub/packages/database/postgresql/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/%SUBDIR%/ \ - ftp://ftp.chg.ru/pub/databases/postgresql/%SUBDIR%/ + ftp://ftp.chg.ru/pub/databases/postgresql/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/db/postgresql/&,} MASTER_SITE_SUBDIR= source/v${PORTVERSION} DISTFILES= ${PORTNAME}-base-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-opt-${PORTVERSION}${EXTRACT_SUFX} |