Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2024 11:08:23 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: 9f23ac294780 - main - databases/postgis34: Move man pages to share/man
Message-ID:  <202403031108.423B8Njs092960@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=9f23ac29478060bbbf1de5674ab544d9088c3c8e

commit 9f23ac29478060bbbf1de5674ab544d9088c3c8e
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-03 10:36:15 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-03 11:08:07 +0000

    databases/postgis34: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 databases/postgis34/Makefile  |  2 ++
 databases/postgis34/pkg-plist | 12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/databases/postgis34/Makefile b/databases/postgis34/Makefile
index 1f0fe658612b..185208e50fa6 100644
--- a/databases/postgis34/Makefile
+++ b/databases/postgis34/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	postgis
 DISTVERSION=	3.4.2
+PORTREVISION=	1
 CATEGORIES=	databases geography
 MASTER_SITES=	https://download.osgeo.org/postgis/source/
 PKGNAMESUFFIX=	34
@@ -24,6 +25,7 @@ USE_PERL5=	build
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	${ICONV_CONFIGURE_BASE} NUMERICFLAGS=${PORTVERSION}
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 SHEBANG_FILES=	extensions/address_standardizer/*.pl regress/run_test.pl \
 		utils/postgis_restore.pl.in utils/*.pl loader/postgis.pl
 WANT_PGSQL=	server
diff --git a/databases/postgis34/pkg-plist b/databases/postgis34/pkg-plist
index 86b72fcaef8a..d08364ff70b4 100644
--- a/databases/postgis34/pkg-plist
+++ b/databases/postgis34/pkg-plist
@@ -11,12 +11,12 @@ lib/postgresql/postgis-3.so
 %%RASTER%%lib/postgresql/postgis_raster-3.so
 %%SFCGAL%%lib/postgresql/postgis_sfcgal-3.so
 %%TOPOLOGY%%lib/postgresql/postgis_topology-3.so
-man/man1/pgsql2shp.1.gz
-%%TOPOLOGY%%man/man1/pgtopo_export.1.gz
-%%TOPOLOGY%%man/man1/pgtopo_import.1.gz
-man/man1/postgis.1.gz
-man/man1/postgis_restore.1.gz
-man/man1/shp2pgsql.1.gz
+share/man/man1/pgsql2shp.1.gz
+%%TOPOLOGY%%share/man/man1/pgtopo_export.1.gz
+%%TOPOLOGY%%share/man/man1/pgtopo_import.1.gz
+share/man/man1/postgis.1.gz
+share/man/man1/postgis_restore.1.gz
+share/man/man1/shp2pgsql.1.gz
 %%DATADIR%%/tiger_geocoder/COPYING
 %%DATADIR%%/tiger_geocoder/README
 %%DATADIR%%/tiger_geocoder/create_geocode.bat



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