From dad58c1094e9134cb8953630842987508483e43b Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Mon, 17 Apr 2023 21:09:40 -0300 Subject: misc/freebsd-doc-*: Enable HTML in all languages and Simplify ports Several improvements with this change: Overall cleanup. Simplify plists. Make the HTML option default for all languages. Non-English ports must build the HTML English version together, and the shared files are stored in the freebsd-doc-en port. Fix some image's src addresses on freebsd-doc-en. Point MASTER_SITES to LOCAL/doceng; it's a shared folder with the team. It's necessary to choose at least one option. Reviewed by: doceng (blackend) Differential Revision: https://reviews.freebsd.org/D39632 --- misc/freebsd-doc-ru/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'misc/freebsd-doc-ru/Makefile') diff --git a/misc/freebsd-doc-ru/Makefile b/misc/freebsd-doc-ru/Makefile index cc744a60a068..a939770270eb 100644 --- a/misc/freebsd-doc-ru/Makefile +++ b/misc/freebsd-doc-ru/Makefile @@ -7,6 +7,9 @@ COMMENT= Russian translation of the FreeBSD Documentation Project MASTERDIR= ${.CURDIR}/../freebsd-doc-en PLIST= ${.CURDIR}/pkg-plist +# en-freebsd-doc installs the common files +HTML_RUN_DEPENDS= en-freebsd-doc>=${PORTVERSION}:misc/freebsd-doc-en + DOCLANG= ru .include "${MASTERDIR}/Makefile" -- cgit v1.2.3