Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 20:25:39 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: 23546d5029a4 - main - editors/gmanedit: Moved man to share/man
Message-ID:  <202401302025.40UKPdmG021789@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=23546d5029a47288318a57b983dfcd03096cf95e

commit 23546d5029a47288318a57b983dfcd03096cf95e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 15:37:14 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 20:25:11 +0000

    editors/gmanedit: Moved man to share/man
---
 editors/gmanedit/Makefile  | 3 ++-
 editors/gmanedit/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile
index 3baf2e11bc78..cd8b830bc5b7 100644
--- a/editors/gmanedit/Makefile
+++ b/editors/gmanedit/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gmanedit
 PORTVERSION=	0.4.2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	editors gnome
 MASTER_SITES=	SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -22,6 +22,7 @@ USES=		gettext gmake gnome localbase:ldflags pathfix pkgconfig
 USE_GNOME=	cairo gdkpixbuf2 gtk20
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 LDFLAGS+=	-lz
 
diff --git a/editors/gmanedit/pkg-plist b/editors/gmanedit/pkg-plist
index a9e4d6a85269..9f39a20a0365 100644
--- a/editors/gmanedit/pkg-plist
+++ b/editors/gmanedit/pkg-plist
@@ -7,4 +7,4 @@ share/locale/ja/LC_MESSAGES/gmanedit.mo
 share/locale/sv/LC_MESSAGES/gmanedit.mo
 share/pixmaps/gmanedit.png
 share/pixmaps/gmanedit_icon.png
-man/man1/gmanedit.1.gz
+share/man/man1/gmanedit.1.gz



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