diff options
author | bapt <bapt@FreeBSD.org> | 2015-02-06 17:37:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-02-06 17:37:24 +0800 |
commit | 7ad9d97638fc17e8d3ac1a78b7ceebf3de60b2e3 (patch) | |
tree | 05aa982a4c38f2d5efdd71c219a0e53dc4f99477 | |
parent | cacb9b7c90f4773b8266ccc51939b008c7eb2310 (diff) | |
download | freebsd-ports-gnome-7ad9d97638fc17e8d3ac1a78b7ceebf3de60b2e3.tar.gz freebsd-ports-gnome-7ad9d97638fc17e8d3ac1a78b7ceebf3de60b2e3.tar.zst freebsd-ports-gnome-7ad9d97638fc17e8d3ac1a78b7ceebf3de60b2e3.zip |
Add the http and https version of the postgresql CDN
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index e8e203325beb..b74c1d17c3d4 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -1000,6 +1000,8 @@ _PERL_CPAN_ID= ${MASTER_SITE_SUBDIR:C/^CPAN:(.)(.)(.*)$/\1\/\1\2\/\1\2\3/} # .if !defined(IGNORE_MASTER_SITE_PGSQL) MASTER_SITE_PGSQL+= \ + http://ftp.postgresql.org/pub/%SUBDIR%/ \ + https://ftp.postgresql.org/pub/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ .endif |