Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 00:31: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: 75325f960897 - main - graphics/webp: Moved man to share/man
Message-ID:  <202401270031.40R0V0AC028826@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=75325f960897060efa2abd0ad3e352a89dfa33fc

commit 75325f960897060efa2abd0ad3e352a89dfa33fc
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-26 23:51:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-27 00:30:41 +0000

    graphics/webp: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/webp/Makefile  |  2 ++
 graphics/webp/pkg-plist | 14 +++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile
index b438d66bffee..f7c1293002f3 100644
--- a/graphics/webp/Makefile
+++ b/graphics/webp/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	webp
 PORTVERSION=	1.3.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://downloads.webmproject.org/releases/webp/ \
 		https://storage.googleapis.com/downloads.webmproject.org/releases/webp/
@@ -19,6 +20,7 @@ CONFIGURE_ARGS=	--enable-libwebpdecoder \
 		--enable-libwebpmux \
 		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
diff --git a/graphics/webp/pkg-plist b/graphics/webp/pkg-plist
index cf40c5e46e3a..f8ca25887c97 100644
--- a/graphics/webp/pkg-plist
+++ b/graphics/webp/pkg-plist
@@ -38,10 +38,10 @@ libdata/pkgconfig/libwebp.pc
 libdata/pkgconfig/libwebpdecoder.pc
 libdata/pkgconfig/libwebpdemux.pc
 libdata/pkgconfig/libwebpmux.pc
-%%IMGCONV%%man/man1/cwebp.1.gz
-%%IMGCONV%%man/man1/dwebp.1.gz
-%%IMGCONV%%man/man1/gif2webp.1.gz
-%%IMGCONV%%man/man1/img2webp.1.gz
-%%X11%%man/man1/vwebp.1.gz
-man/man1/webpinfo.1.gz
-man/man1/webpmux.1.gz
+%%IMGCONV%%share/man/man1/cwebp.1.gz
+%%IMGCONV%%share/man/man1/dwebp.1.gz
+%%IMGCONV%%share/man/man1/gif2webp.1.gz
+%%IMGCONV%%share/man/man1/img2webp.1.gz
+%%X11%%share/man/man1/vwebp.1.gz
+share/man/man1/webpinfo.1.gz
+share/man/man1/webpmux.1.gz



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