Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2024 21:41:20 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: 587d0f42d1fe - main - multimedia/recmpeg: Moved man to share/man
Message-ID:  <202402262141.41QLfKKP056321@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=587d0f42d1fe47cc15617734bfbfed317cb87cb5

commit 587d0f42d1fe47cc15617734bfbfed317cb87cb5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 20:41:27 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 21:40:38 +0000

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

diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile
index 3382b4c5263e..81a88b9c89fc 100644
--- a/multimedia/recmpeg/Makefile
+++ b/multimedia/recmpeg/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	recmpeg
 PORTVERSION=	1.0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/fame/${PORTNAME}/${PORTVERSION}
 
@@ -11,9 +11,10 @@ WWW=		https://fame.sourceforge.net/
 LIB_DEPENDS=	libfame.so:multimedia/libfame
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/recmpeg \
-		man/man1/recmpeg.1.gz
+		share/man/man1/recmpeg.1.gz
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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