diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-11 16:41:32 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-11 16:42:15 +0000 |
commit | 9dea2f5dedeb0ef7ce184c85bb97927ed3a8822d (patch) | |
tree | cfdc90ef4058319105e6d0cf72929e4bff93b9bf | |
parent | 1e0832c71eb3ab4d2a548c5cd799da66013481d2 (diff) | |
download | ports-9dea2f5dedeb0ef7ce184c85bb97927ed3a8822d.tar.gz ports-9dea2f5dedeb0ef7ce184c85bb97927ed3a8822d.zip |
editors/libreoffice: pass WWW line to i18n packages too
-rw-r--r-- | editors/libreoffice/Makefile.i18n | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile.i18n b/editors/libreoffice/Makefile.i18n index 3c925b42f63e..2b68ee44c9b8 100644 --- a/editors/libreoffice/Makefile.i18n +++ b/editors/libreoffice/Makefile.i18n @@ -23,6 +23,7 @@ DISTFILES+= ${LO_I18N_FILE}_helppack_${LO_I18N:S/_/-/}${EXTRACT_SUFX} DIST_SUBDIR= libreoffice/i18n COMMENT?= ${LO_I18N} language pack for ${PORTNAME} +WWW?= https://www.libreoffice.org/ DESCR?= ${.CURDIR}/../../editors/libreoffice/pkg-descr.i18n |