Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 16:53:01 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: 76d4f21e18d4 - main - multimedia/cineencoder: Sanitize MANPREFIX
Message-ID:  <202401221653.40MGr1Hd053886@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=76d4f21e18d4daf884e409cc7bd74d98a337d55c

commit 76d4f21e18d4daf884e409cc7bd74d98a337d55c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 16:51:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 16:52:34 +0000

    multimedia/cineencoder: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 multimedia/cineencoder/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/multimedia/cineencoder/Makefile b/multimedia/cineencoder/Makefile
index e2dd7c153513..6d64d9bd8be8 100644
--- a/multimedia/cineencoder/Makefile
+++ b/multimedia/cineencoder/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	${GH_ACCOUNT:tl}
 PORTVERSION=	3.5.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 
 MAINTAINER=	danfe@FreeBSD.org
@@ -21,7 +21,7 @@ USE_QT=		buildtools:build qmake:build core gui multimedia \
 		network svg widgets x11extras
 USE_XORG=	x11 xext
 
-PLIST_FILES=	bin/cine_encoder man/man1/cine-encoder.1.gz \
+PLIST_FILES=	bin/cine_encoder share/man/man1/cine-encoder.1.gz \
 		share/applications/cine-encoder.desktop \
 		share/icons/hicolor/64x64/apps/cine-encoder.png \
 		share/sounds/cine-encoder.wav
@@ -41,7 +41,7 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/builddir/cine_encoder \
 		${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/distros/debian/cine-encoder.1 \
-		${STAGEDIR}${MANPREFIX}/man/man1
+		${STAGEDIR}${PREFIX}/share/man/man1
 	${INSTALL_DATA} ${WRKSRC}/share/cine-encoder.desktop \
 		${STAGEDIR}${PREFIX}/share/applications
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps



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