git: 767f874aeca9 - main - devel/xdg-utils: use docbook2mdoc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Sep 2022 10:22:03 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=767f874aeca9d0a47089f2a9af2346f0fc74c6a7 commit 767f874aeca9d0a47089f2a9af2346f0fc74c6a7 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-09-15 10:18:58 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-09-15 10:20:29 +0000 devel/xdg-utils: use docbook2mdoc Prefer docbook2mdoc because it is faster, and generates a cleaner output for the --manual command line option --- devel/xdg-utils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/xdg-utils/Makefile b/devel/xdg-utils/Makefile index 53aa93875c2b..fae8e7b16dd1 100644 --- a/devel/xdg-utils/Makefile +++ b/devel/xdg-utils/Makefile @@ -1,6 +1,6 @@ PORTNAME= xdg-utils PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://portland.freedesktop.org/download/ @@ -21,6 +21,7 @@ CPE_VENDOR= freedesktop CONFIGURE_ENV= XMLTO=${LOCALBASE}/bin/minixmlto GNU_CONFIGURE= yes NO_ARCH= yes +MAKE_ENV= PREFER_DOCBOOK2MDOC=1 OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11