Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2024 17:59:00 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: b147394bc875 - main - emulators/vmips: Moved man to share/man
Message-ID:  <202402231759.41NHx0uF019276@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=b147394bc8753951f77e0159b516c4834b5859ba

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

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

diff --git a/emulators/vmips/Makefile b/emulators/vmips/Makefile
index 8c7ec21009f6..456240309c08 100644
--- a/emulators/vmips/Makefile
+++ b/emulators/vmips/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vmips
 PORTVERSION=	1.5.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	SF \
 		http://www.dgate.org/vmips/releases/${DISTNAME}/
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_CSTD=	gnu99
 USE_CXXSTD=	gnu++98
 
diff --git a/emulators/vmips/pkg-plist b/emulators/vmips/pkg-plist
index a1c7841621a1..0c18e476c82e 100644
--- a/emulators/vmips/pkg-plist
+++ b/emulators/vmips/pkg-plist
@@ -4,5 +4,5 @@ etc/vmipsrc
 include/vmips/asm_regnames.h
 %%DATADIR%%/ld.script
 %%DATADIR%%/setup.S
-man/man1/vmips.1.gz
-man/man1/vmipstool.1.gz
+share/man/man1/vmips.1.gz
+share/man/man1/vmipstool.1.gz



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