Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2024 17:58:49 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: b425436ee246 - main - editors/xvile: Moved man to share/man
Message-ID:  <202402231758.41NHwnD9018793@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=b425436ee246845fe1e4ce4c60e4f337d5a56b93

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

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

diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 82bb7982f593..d5ffcb45c734 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	vile
 PORTVERSION=	9.8z
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	https://invisible-island.net/archives/vile/current/ \
 		https://invisible-mirror.net/archives/vile/current/
@@ -21,6 +22,7 @@ USES=		pkgconfig shebangfix tar:tgz xorg
 SHEBANG_FILES=	macros/lxvile macros/lxvile-fonts perl/vileget
 USE_XORG=	x11 xext xpm xt
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ENV=	cf_cv_crypt_works=yes
 CONFIGURE_ARGS=	--disable-imake \
 		--disable-desktop \
diff --git a/editors/xvile/pkg-plist b/editors/xvile/pkg-plist
index 5dbb4c319a42..2052cfe9eb99 100644
--- a/editors/xvile/pkg-plist
+++ b/editors/xvile/pkg-plist
@@ -96,10 +96,10 @@ lib/xvile/vile-xres-filt%%SO_EXT%%
 lib/xvile/vile-xs-filt%%SO_EXT%%
 lib/xvile/vile-yacc-filt%%SO_EXT%%
 lib/xvile/vile-yaml-filt%%SO_EXT%%
-man/man1/xvile.1.gz
-man/man1/xvile-libdir-path.1.gz
-man/man1/xvile-pager.1.gz
-man/man1/xvile-to-html.1.gz
+share/man/man1/xvile.1.gz
+share/man/man1/xvile-libdir-path.1.gz
+share/man/man1/xvile-pager.1.gz
+share/man/man1/xvile-to-html.1.gz
 share/applications/lxvile.desktop
 share/applications/uxvile.desktop
 share/applications/xvile.desktop



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