Date: Tue, 23 Jan 2024 19:56:44 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: 52b57f959b60 - main - textproc/openjade: Impelled to share/man Message-ID: <202401231956.40NJuie0098819@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=52b57f959b6077e8a00e9258fecfb8df2b1dec09 commit 52b57f959b6077e8a00e9258fecfb8df2b1dec09 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-23 19:27:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-23 19:56:20 +0000 textproc/openjade: Impelled to share/man Approved by: portmgr (blanket) --- textproc/openjade/Makefile | 3 ++- textproc/openjade/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index f8e1ad0ef8e4..99872937d3fa 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -1,6 +1,6 @@ PORTNAME= openjade PORTVERSION= 1.3.3p1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.3.3 DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/-pre/} @@ -15,6 +15,7 @@ RUN_DEPENDS= ${XMLCATMGR}:textproc/xmlcatmgr USES= gettext gmake libtool perl5 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \ --datadir=${DATADIR} LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/openjade/pkg-plist b/textproc/openjade/pkg-plist index 3ab0b349a07c..f67f29cd6e5f 100644 --- a/textproc/openjade/pkg-plist +++ b/textproc/openjade/pkg-plist @@ -46,4 +46,4 @@ lib/libostyle.so.0.0.1 %%DATADIR%%/spsanch.dsl %%DATADIR%%/spsanch.sgml %%DATADIR%%/style-sheet.dtd -man/man1/openjade.1.gz +share/man/man1/openjade.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231956.40NJuie0098819>