Date: Thu, 22 Feb 2024 14:02:33 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: 6f582eba90f6 - main - x11/eterm: Moved man to share/man Message-ID: <202402221402.41ME2Xsg078895@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=6f582eba90f6e10cebbd705b597785c92ff00473 commit 6f582eba90f6e10cebbd705b597785c92ff00473 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 13:37:09 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 14:02:04 +0000 x11/eterm: Moved man to share/man Approved by: portmgr (blanket) --- x11/eterm/Makefile | 3 ++- x11/eterm/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 608779cb0821..ce9ecd44945d 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -1,6 +1,6 @@ PORTNAME= eterm PORTVERSION= 0.9.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES+= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Eterm-${PORTVERSION} DISTNAME= Eterm-${PORTVERSION} @@ -14,6 +14,7 @@ LIB_DEPENDS= libast.so:devel/libast \ libImlib2.so:graphics/imlib2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ --with-backspace=bs --without-terminfo \ diff --git a/x11/eterm/pkg-plist b/x11/eterm/pkg-plist index a92632b51569..f705722174ee 100644 --- a/x11/eterm/pkg-plist +++ b/x11/eterm/pkg-plist @@ -11,7 +11,7 @@ bin/kEsetroot lib/libEterm-0.9.6.so lib/libEterm.a lib/libEterm.so -man/man1/Eterm.1.gz +share/man/man1/Eterm.1.gz share/Eterm/gdb.scr share/Eterm/pix/bar_horizontal_1.png share/Eterm/pix/bar_horizontal_2.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402221402.41ME2Xsg078895>