Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 17:43:51 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fad9c1969336 - main - ftp/weex: Move manpages to share/man
Message-ID:  <202401211743.40LHhpjI099422@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fad9c1969336328ec0fcd2ce2264b0724be9af65

commit fad9c1969336328ec0fcd2ce2264b0724be9af65
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-21 17:23:50 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-21 17:43:27 +0000

    ftp/weex: Move manpages to share/man
---
 ftp/weex/Makefile  | 6 +++++-
 ftp/weex/pkg-plist | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ftp/weex/Makefile b/ftp/weex/Makefile
index 0de5025fdfd7..c4a28a381b99 100644
--- a/ftp/weex/Makefile
+++ b/ftp/weex/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	weex
-PORTVERSION=	2.8.4.2
+DISTVERSION=	2.8.4.2
+PORTREVISION=	1
 CATEGORIES=	ftp
 MASTER_SITES=	DEBIAN_POOL
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -25,6 +26,9 @@ OPTIONS_SUB=	yes
 NLS_USES=		gettext-runtime
 NLS_CONFIGURE_ENABLE=	nls
 
+# remove after manprefix migration
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+
 post-patch:
 	@${RM} -r ${WRKSRC}/intl
 
diff --git a/ftp/weex/pkg-plist b/ftp/weex/pkg-plist
index d0d96f1cb15c..4618f5fef16c 100644
--- a/ftp/weex/pkg-plist
+++ b/ftp/weex/pkg-plist
@@ -1,5 +1,5 @@
 bin/weex
-man/man1/weex.1.gz
+share/man/man1/weex.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.weexrc
 %%NLS%%share/locale/de/LC_MESSAGES/weex.mo
 %%NLS%%share/locale/es/LC_MESSAGES/weex.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211743.40LHhpjI099422>