Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 21:42:56 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: cec18518ed88 - main - multimedia/mplex: Moved man to share/man
Message-ID:  <202402242142.41OLguHc058500@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=cec18518ed88ae521b59de6e6b891f2d5da9b237

commit cec18518ed88ae521b59de6e6b891f2d5da9b237
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 21:28:23 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 21:28:23 +0000

    multimedia/mplex: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 multimedia/mplex/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/multimedia/mplex/Makefile b/multimedia/mplex/Makefile
index f59bc9fb8180..9155895229a9 100644
--- a/multimedia/mplex/Makefile
+++ b/multimedia/mplex/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mplex
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	LOCAL/sanpei
 
@@ -11,10 +12,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS=	mjpegtools
 
-PLIST_FILES=	bin/mplex man/man1/mplex.1.gz
+PLIST_FILES=	bin/mplex share/man/man1/mplex.1.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mplex ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${FILESDIR}/mplex.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${FILESDIR}/mplex.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 .include <bsd.port.mk>



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