git: 5a92be537312 - main - textproc/docbook-to-man: Remove unnecessary substitution
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 14:58:48 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a92be537312edb50e734e96806c7d0254af4918 commit 5a92be537312edb50e734e96806c7d0254af4918 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:19:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:49 +0000 textproc/docbook-to-man: Remove unnecessary substitution --- textproc/docbook-to-man/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/docbook-to-man/Makefile b/textproc/docbook-to-man/Makefile index b4209f41e46a..04ce9a423a6f 100644 --- a/textproc/docbook-to-man/Makefile +++ b/textproc/docbook-to-man/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= https://www.oasis-open.org/docbook/tools/dtm/ -DISTNAME= ${PORTNAME} +DISTNAME= docbook-to-man MAINTAINER= sunpoet@FreeBSD.org COMMENT= DocBook SGML DTD into nroff/troff -man macros converter