Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 12:58:49 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 523156572633 - main - graphics/jpgtn: Move man pages to share/man
Message-ID:  <202403091258.429CwnYg068774@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=5231565726332adf892e6aa820c9eb229ae9df8c

commit 5231565726332adf892e6aa820c9eb229ae9df8c
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 12:02:45 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 12:58:24 +0000

    graphics/jpgtn: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/jpgtn/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/jpgtn/Makefile b/graphics/jpgtn/Makefile
index c65fa58b21bb..d73b0967a090 100644
--- a/graphics/jpgtn/Makefile
+++ b/graphics/jpgtn/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	jpgtn
 PORTVERSION=	2.06
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF SUNSITE/apps/graphics/misc
 
@@ -13,10 +13,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		jpeg
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--with-libjpeg=${LOCALBASE}
 
 PLIST_FILES=	bin/jpgtn \
-		man/man1/jpgtn.1.gz
+		share/man/man1/jpgtn.1.gz
 
 WITH_MAXSIZE?=	2048
 WITH_MINSIZE?=	1



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