git: 87474acdad56 - main - graphics/gifsicle: move manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jan 2024 10:53:12 UTC
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