git: 5b028486aefd - main - textproc/xml-format: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 12:36:33 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b028486aefdb38c88779b64a323ae6ead534e25 commit 5b028486aefdb38c88779b64a323ae6ead534e25 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 12:34:57 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 12:35:35 +0000 textproc/xml-format: Moved man to share/man Approved by: portmgr (blanket) --- textproc/xml-format/Makefile | 3 ++- textproc/xml-format/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/xml-format/Makefile b/textproc/xml-format/Makefile index 8efbf5eb9567..8609c12cdb6d 100644 --- a/textproc/xml-format/Makefile +++ b/textproc/xml-format/Makefile @@ -1,5 +1,6 @@ PORTNAME= xml-format PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://acadix.biz/Ports/distfiles/ @@ -11,7 +12,7 @@ MAKE_ENV+= DATADIR=${DATADIR} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} Config ${STAGEDIR}${DATADIR} diff --git a/textproc/xml-format/pkg-plist b/textproc/xml-format/pkg-plist index 3a3efb6933e6..6af00739221a 100644 --- a/textproc/xml-format/pkg-plist +++ b/textproc/xml-format/pkg-plist @@ -1,5 +1,5 @@ bin/xml-format -man/man1/xml-format.1.gz +share/man/man1/xml-format.1.gz %%DATADIR%%/Config/dbk/block-tags.txt %%DATADIR%%/Config/dbk/line-tags.txt %%DATADIR%%/Config/dbk/sectioning-tags.txt