Date: Mon, 29 Jan 2024 22:26:38 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: 82cb5d26b2e5 - main - converters/psiconv: Moved man to share/man Message-ID: <202401292226.40TMQcX6096534@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=82cb5d26b2e54354ee2f8d6d75e7c18e2a6b8fa0 commit 82cb5d26b2e54354ee2f8d6d75e7c18e2a6b8fa0 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-29 22:25:35 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-29 22:26:05 +0000 converters/psiconv: Moved man to share/man Approved by: portmgr (blanket) --- converters/psiconv/Makefile | 2 ++ converters/psiconv/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index c2c4e72fbab0..950ca27253c8 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -1,5 +1,6 @@ PORTNAME= psiconv PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= converters devel MASTER_SITES= http://www.frodo.looijaard.name/system/files/software/psiconv/ @@ -13,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-imagemagick=no INSTALL_TARGET= install-strip diff --git a/converters/psiconv/pkg-plist b/converters/psiconv/pkg-plist index 60aba6720c99..5d5e41cf43af 100644 --- a/converters/psiconv/pkg-plist +++ b/converters/psiconv/pkg-plist @@ -18,9 +18,9 @@ lib/libpsiconv.a lib/libpsiconv.so lib/libpsiconv.so.6 lib/libpsiconv.so.6.4.2 -man/man1/psiconv-config.1.gz -man/man1/psiconv.1.gz -man/man5/psiconv.conf.5.gz +share/man/man1/psiconv-config.1.gz +share/man/man1/psiconv.1.gz +share/man/man5/psiconv.conf.5.gz %%DATADIR%%/psion/ASCII_Codes.psi %%DATADIR%%/psion/Application_ID_Section.psi %%DATADIR%%/psion/Basic_Elements.psi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401292226.40TMQcX6096534>