Skip to content

Commit

Permalink
databases/postgis34: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 3, 2024
1 parent 059958a commit 9f23ac2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions 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
Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions databases/postgis34/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 9f23ac2

Please sign in to comment.