Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2024 17:58:50 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: 8e191687fec1 - main - editors/zile: Moved man to share/man
Message-ID:  <202402231758.41NHwo1P018840@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=8e191687fec1eef864e2f8a329d496357d8595d9

commit 8e191687fec1eef864e2f8a329d496357d8595d9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 17:01:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 17:58:24 +0000

    editors/zile: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 editors/zile/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/editors/zile/Makefile b/editors/zile/Makefile
index 2e29b2af73e4..a501f06b84ff 100644
--- a/editors/zile/Makefile
+++ b/editors/zile/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	zile
 PORTVERSION=	2.6.2
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	GNU
 
@@ -20,12 +21,13 @@ USE_GNOME=	glib20
 USE_PERL5=	build
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--without-included-regex
 
 LDFLAGS+=	-lgnuregex
 
 PLIST_FILES= bin/${PORTNAME} \
-		man/man1/${PORTNAME}.1.gz \
+		share/man/man1/${PORTNAME}.1.gz \
 		%%DOCSDIR%%/AUTHORS \
 		%%DOCSDIR%%/dotzile.sample \
 		%%DOCSDIR%%/FAQ \



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