Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2024 16:54:37 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: f24ca3cf264d - main - editors/abiword: Moved man to share/man
Message-ID:  <202402231654.41NGsbKu015001@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=f24ca3cf264d272792bec059ce318ec380145204

commit f24ca3cf264d272792bec059ce318ec380145204
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 15:49:52 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 16:54:12 +0000

    editors/abiword: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 editors/abiword/Makefile  | 3 ++-
 editors/abiword/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 7108a9cfa952..73bd716f4530 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	abiword
 PORTVERSION=	3.0.5
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	editors
 MASTER_SITES=	http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/
 DIST_SUBDIR=	AbiWord
@@ -27,6 +27,7 @@ USE_GNOME=	libxml2 gtk30 librsvg2 libxslt
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--without-gnomevfs --enable-plugins="${ABIWORD_PLUGINS}" \
 		--enable-shared="yes" --enable-static="no"
 
diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist
index 6484749b783a..80c735f69ee6 100644
--- a/editors/abiword/pkg-plist
+++ b/editors/abiword/pkg-plist
@@ -49,7 +49,7 @@ lib/abiword-%%ABIVERSION%%/plugins/wml.so
 lib/abiword-%%ABIVERSION%%/plugins/xslfo.so
 lib/libabiword-%%ABIVERSION%%.so
 libdata/pkgconfig/abiword-%%ABIVERSION%%.pc
-man/man1/abiword.1.gz
+share/man/man1/abiword.1.gz
 %%DATADIR%%-%%ABIVERSION%%/Presentation.xml
 %%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/certs/cacert.pem
 %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/book.png



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