Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 23:07:43 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: 9dbd0843116e - main - graphics/libgeotiff: Moved man to share/man
Message-ID:  <202401272307.40RN7hth012785@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=9dbd0843116e0c1c2720a77572e7dd3d227a8d28

commit 9dbd0843116e0c1c2720a77572e7dd3d227a8d28
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-27 22:23:15 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-27 23:07:12 +0000

    graphics/libgeotiff: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/libgeotiff/Makefile  | 3 ++-
 graphics/libgeotiff/pkg-plist | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile
index 767b90e3fbe4..dc88fc966bcb 100644
--- a/graphics/libgeotiff/Makefile
+++ b/graphics/libgeotiff/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libgeotiff
 PORTVERSION=	1.7.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	https://download.osgeo.org/geotiff/libgeotiff/ \
 		LOCAL/sunpoet
@@ -36,6 +36,7 @@ CONFIGURE_ARGS=	--datadir=${DATADIR} \
 		--with-zip=/usr
 CPPFLAGS+=	-fPIC
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
diff --git a/graphics/libgeotiff/pkg-plist b/graphics/libgeotiff/pkg-plist
index 5138f04cd048..05bcc4c11ba8 100644
--- a/graphics/libgeotiff/pkg-plist
+++ b/graphics/libgeotiff/pkg-plist
@@ -28,6 +28,6 @@ lib/libgeotiff.a
 lib/libgeotiff.so
 lib/libgeotiff.so.5
 lib/libgeotiff.so.5.2.0
-man/man1/applygeo.1.gz
-man/man1/geotifcp.1.gz
-man/man1/listgeo.1.gz
+share/man/man1/applygeo.1.gz
+share/man/man1/geotifcp.1.gz
+share/man/man1/listgeo.1.gz



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