Date: Mon, 26 Feb 2024 08:06:37 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: ec6b2bd5e292 - main - textproc/hyperestraier: Moved man to share/man Message-ID: <202402260806.41Q86bSR059981@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=ec6b2bd5e29257708f6b9aad59fb6e7a0917fee9 commit ec6b2bd5e29257708f6b9aad59fb6e7a0917fee9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 07:53:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 07:53:36 +0000 textproc/hyperestraier: Moved man to share/man Approved by: portmgr (blanket) --- textproc/hyperestraier/Makefile | 3 ++- textproc/hyperestraier/pkg-plist | 14 +++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index 3929e358a73e..94039a956e04 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -1,6 +1,6 @@ PORTNAME= hyperestraier PORTVERSION= 1.4.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF @@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= iconv pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-bzip2 --disable-zlib CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib diff --git a/textproc/hyperestraier/pkg-plist b/textproc/hyperestraier/pkg-plist index 20dcd9507c59..19d706b66c89 100644 --- a/textproc/hyperestraier/pkg-plist +++ b/textproc/hyperestraier/pkg-plist @@ -20,13 +20,13 @@ libexec/estproxy.cgi libexec/estscout.cgi libexec/estseek.cgi libexec/estsupt.cgi -man/man1/estcall.1.gz -man/man1/estcmd.1.gz -man/man1/estconfig.1.gz -man/man1/estmaster.1.gz -man/man1/estwaver.1.gz -man/man3/estnode.3.gz -man/man3/estraier.3.gz +share/man/man1/estcall.1.gz +share/man/man1/estcmd.1.gz +share/man/man1/estconfig.1.gz +share/man/man1/estmaster.1.gz +share/man/man1/estwaver.1.gz +share/man/man3/estnode.3.gz +share/man/man3/estraier.3.gz %%DATADIR%%/COPYING %%DATADIR%%/ChangeLog %%DATADIR%%/THANKS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402260806.41Q86bSR059981>