Date: Fri, 23 Feb 2024 16:54: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: 5590c3643597 - main - editors/joe: Moved man to share/man Message-ID: <202402231654.41NGsiLr015278@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=5590c36435975bf7e2d49249337eede96d00b115 commit 5590c36435975bf7e2d49249337eede96d00b115 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 16:06:53 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 16:54:18 +0000 editors/joe: Moved man to share/man Approved by: portmgr (blanket) --- editors/joe/Makefile | 2 ++ editors/joe/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 750351f8e4bc..4b12423cb952 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,5 +1,6 @@ PORTNAME= joe PORTVERSION= 4.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= editors MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} @@ -15,6 +16,7 @@ CONFLICTS= jupp USES= gmake iconv localbase ncurses GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV= SPELL=aspell LIBS+= ${ICONV_LIB} diff --git a/editors/joe/pkg-plist b/editors/joe/pkg-plist index 4d8784b44bc5..55a754edc1a6 100644 --- a/editors/joe/pkg-plist +++ b/editors/joe/pkg-plist @@ -13,8 +13,8 @@ bin/rjoe @sample %%ETCDIR%%/rjoerc.sample %%ETCDIR%%/shell.csh %%ETCDIR%%/shell.sh -man/man1/joe.1.gz -man/ru/man1/joe.1.gz +share/man/man1/joe.1.gz +share/man/ru/man1/joe.1.gz share/applications/jmacs.desktop share/applications/joe.desktop share/applications/jpico.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231654.41NGsiLr015278>