summaryrefslogtreecommitdiff
path: root/editors/libreoffice/Makefile.i18n
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/Makefile.i18n')
-rw-r--r--editors/libreoffice/Makefile.i18n4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile.i18n b/editors/libreoffice/Makefile.i18n
index c7c99e07fb02..e298b98b2c3c 100644
--- a/editors/libreoffice/Makefile.i18n
+++ b/editors/libreoffice/Makefile.i18n
@@ -2,9 +2,9 @@
.include "${.CURDIR}/../../editors/libreoffice/Makefile.common"
-MASTER_SITES= http://download.documentfoundation.org/libreoffice/${MASTER_SITE_SUBDIR}/
+MASTER_SITES= https://download.documentfoundation.org/libreoffice/${MASTER_SITE_SUBDIR}/
.if defined(PRERELEASE)
-MASTER_SITES+= http://dev-builds.libreoffice.org/pre-releases/deb/x86/
+MASTER_SITES+= https://dev-builds.libreoffice.org/pre-releases/deb/x86/
MASTER_SITE_SUBDIR= testing/${PORTVERSION}/deb/x86
LO_I18N_FILE= LibreOffice_${LOVERSION}_Linux_x86_deb
.else