Date: Sat, 24 Feb 2024 20:07:53 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5ebe945ba105 - main - misc/diction: Moved man to share/man Message-ID: <202402242007.41OK7rwD087712@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ebe945ba105c3637817def95a76555707379915 commit 5ebe945ba105c3637817def95a76555707379915 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 20:06:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 20:06:26 +0000 misc/diction: Moved man to share/man Approved by: portmgr (blanket) --- misc/diction/Makefile | 3 ++- misc/diction/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/misc/diction/Makefile b/misc/diction/Makefile index 1edc4e5244f5..00f81aea1033 100644 --- a/misc/diction/Makefile +++ b/misc/diction/Makefile @@ -1,6 +1,6 @@ PORTNAME= diction PORTVERSION= 1.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= GNU @@ -12,6 +12,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* diff --git a/misc/diction/pkg-plist b/misc/diction/pkg-plist index d90692a9d9ca..ccd0708d645b 100644 --- a/misc/diction/pkg-plist +++ b/misc/diction/pkg-plist @@ -1,7 +1,7 @@ bin/diction bin/style -man/man1/diction.1.gz -man/man1/style.1.gz +share/man/man1/diction.1.gz +share/man/man1/style.1.gz %%DATADIR%%/C %%DATADIR%%/de %%DATADIR%%/en
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402242007.41OK7rwD087712>