Date: Sat, 23 Mar 2024 18:08:50 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bae94e5b2378 - main - x11-wm/e16: Move man pages to share/man Message-ID: <202403231808.42NI8oTB027262@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=bae94e5b2378aa35e72e4a499c39f742bbdc0aed commit bae94e5b2378aa35e72e4a499c39f742bbdc0aed Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-23 16:37:18 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-23 18:08:33 +0000 x11-wm/e16: Move man pages to share/man Approved by: portmgr (blanket) --- x11-wm/e16/Makefile | 3 ++- x11-wm/e16/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 09aa27f27d0c..c4d315b15f36 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -1,6 +1,6 @@ PORTNAME= e16 PORTVERSION= 1.0.29 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/ @@ -61,6 +61,7 @@ SHEBANG_FILES= scripts/e_gen_menu CFLAGS+= -Wno-unused-parameter -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+=--disable-dependency-tracking --disable-rpath \ --enable-mans SHELL=/bin/sh diff --git a/x11-wm/e16/pkg-plist b/x11-wm/e16/pkg-plist index e1ddb3ca2f1e..fa9be84ae3be 100644 --- a/x11-wm/e16/pkg-plist +++ b/x11-wm/e16/pkg-plist @@ -415,4 +415,4 @@ share/xsessions/e16-gnome3-session.desktop %%NLS%%share/locale/uk/LC_MESSAGES/e16.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/e16.mo %%DOCS%%%%DOCSDIR%%/e16.html -%%DOCS%%man/man1/e16.1.gz +%%DOCS%%share/man/man1/e16.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231808.42NI8oTB027262>