Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 18:33:32 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: f6fceaaa4450 - main - graphics/GraphicsMagick: Moved man to share/man
Message-ID:  <202401281833.40SIXWY4078710@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=f6fceaaa4450460b61d7fd5194e3a6c9cf2a2436

commit f6fceaaa4450460b61d7fd5194e3a6c9cf2a2436
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-28 17:39:45 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-28 18:33:07 +0000

    graphics/GraphicsMagick: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/GraphicsMagick/Makefile  |  3 ++-
 graphics/GraphicsMagick/pkg-plist | 12 ++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index 8c4420fc8b7e..3e7372514f40 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	GraphicsMagick
 PORTVERSION=	1.3.40
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF
@@ -18,6 +18,7 @@ CONFIGURE_ARGS=	--enable-shared --enable-static \
 		--without-dps --without-gdi32 --without-perl --without-trio
 CONFIGURE_ENV=	PTHREAD_LIBS=-lpthread
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
diff --git a/graphics/GraphicsMagick/pkg-plist b/graphics/GraphicsMagick/pkg-plist
index 1415798e1b97..22edf39843e8 100644
--- a/graphics/GraphicsMagick/pkg-plist
+++ b/graphics/GraphicsMagick/pkg-plist
@@ -107,12 +107,12 @@ lib/libGraphicsMagickWand.so.2.9.8
 libdata/pkgconfig/GraphicsMagick++.pc
 libdata/pkgconfig/GraphicsMagick.pc
 libdata/pkgconfig/GraphicsMagickWand.pc
-man/man1/GraphicsMagick++-config.1.gz
-man/man1/GraphicsMagick-config.1.gz
-man/man1/GraphicsMagickWand-config.1.gz
-man/man1/gm.1.gz
-man/man4/miff.4.gz
-man/man5/quantize.5.gz
+share/man/man1/GraphicsMagick++-config.1.gz
+share/man/man1/GraphicsMagick-config.1.gz
+share/man/man1/GraphicsMagickWand-config.1.gz
+share/man/man1/gm.1.gz
+share/man/man4/miff.4.gz
+share/man/man5/quantize.5.gz
 %%DATADIR%%/config/colors.mgk
 %%DATADIR%%/config/log.mgk
 %%DATADIR%%/config/modules.mgk



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