Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 10:53:12 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 87474acdad56 - main - graphics/gifsicle: move manpages to share/man
Message-ID:  <202401271053.40RArC4g080799@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=87474acdad569c5abc829806a1a426dd030043fd

commit 87474acdad569c5abc829806a1a426dd030043fd
Author:     Hiroki Tagato <tagattie@gmail.com>
AuthorDate: 2024-01-24 05:39:49 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-01-27 10:52:27 +0000

    graphics/gifsicle: move manpages to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/gifsicle/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile
index 8ddb382ca214..ceae9f8c620a 100644
--- a/graphics/gifsicle/Makefile
+++ b/graphics/gifsicle/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gifsicle
 PORTVERSION=	1.94
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://www.lcdf.org/gifsicle/
 
@@ -22,10 +23,11 @@ USES=		cpe
 CPE_VENDOR=	gifsicle_project
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 PORTDOCS=	NEWS.md README.md
 PLIST_FILES=	bin/gifdiff bin/gifsicle \
-		man/man1/gifdiff.1.gz man/man1/gifsicle.1.gz
+		share/man/man1/gifdiff.1.gz share/man/man1/gifsicle.1.gz
 
 .if ${FLAVOR} == x11
 USES+=			xorg
@@ -33,7 +35,7 @@ USE_XORG=		ice sm x11
 CONFIGURE_ARGS=		--enable-gifview \
 			--with-x
 PLIST_FILES+=		bin/gifview \
-			man/man1/gifview.1.gz
+			share/man/man1/gifview.1.gz
 CONFLICTS_INSTALL=	gifsicle-nox11
 .else
 CONFLICTS_INSTALL=	gifsicle



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