Date: Wed, 21 Feb 2024 15:20:04 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cccb2327c8a4 - main - textproc/dict: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) Message-ID: <202402211520.41LFK4ds021292@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cccb2327c8a4e8d03e5924c05221eeb1118e74a5 commit cccb2327c8a4e8d03e5924c05221eeb1118e74a5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:29:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:46 +0000 textproc/dict: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) --- textproc/dict/Makefile | 5 +++-- textproc/dict/pkg-plist | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 65046dc0899c..adb5d53941e0 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -15,12 +15,13 @@ LIB_DEPENDS= libmaa.so:devel/libmaa USES= bison gmake libtool:build localbase -CONFLICTS_INSTALL= irstlm # bin/dict - ALL_TARGET= dict GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install.dict +CONFLICTS_INSTALL= irstlm # bin/dict + post-install: ${INSTALL_DATA} ${FILESDIR}/dict.conf ${STAGEDIR}${PREFIX}/etc/dict.conf.sample diff --git a/textproc/dict/pkg-plist b/textproc/dict/pkg-plist index 463a099941fe..9439bf9f6a79 100644 --- a/textproc/dict/pkg-plist +++ b/textproc/dict/pkg-plist @@ -2,6 +2,6 @@ bin/dict bin/dict_lookup bin/dictl @sample etc/dict.conf.sample -man/man1/dict.1.gz -man/man1/dict_lookup.1.gz -man/man1/dictl.1.gz +share/man/man1/dict.1.gz +share/man/man1/dict_lookup.1.gz +share/man/man1/dictl.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211520.41LFK4ds021292>