diff options
Diffstat (limited to 'editors/libreoffice/Makefile')
-rw-r--r-- | editors/libreoffice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 4d75dc12f930..b8fbc201753a 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,9 +2,9 @@ .include "${.CURDIR}/Makefile.common" -MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ - http://dev-www.libreoffice.org/src/:src \ - http://dev-www.libreoffice.org/extern/:ext +MASTER_SITES= https://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ + https://dev-www.libreoffice.org/src/:src \ + https://dev-www.libreoffice.org/extern/:ext DISTFILES= ${PORTNAME}-${LOVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-help-${LOVERSION}${EXTRACT_SUFX} DIST_SUBDIR= libreoffice |