diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-01-06 15:50:03 +0100 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-01-06 15:51:34 +0100 |
commit | 0f94ea174e3e85c80388fbf1b28abce4d75b7b05 (patch) | |
tree | 85a9abe24de092aae8909093ebe2f53ffc4f9a03 /databases/postgis30 | |
parent | 2b5369a28e8313f8b3ed31fb819889c0d4009ef7 (diff) | |
download | freebsd-ports-0f94ea174e3e85c80388fbf1b28abce4d75b7b05.zip |
databases/postgis3*: fix pkg-plist
bin/shp2pgsql and bin/pgsql2shp were incorrectly prefixed with %%LOADERGUI%%
PR: 253594
Reported by: Thomas Skowron <th@skowron.eu>
Diffstat (limited to 'databases/postgis30')
-rw-r--r-- | databases/postgis30/Makefile | 2 | ||||
-rw-r--r-- | databases/postgis30/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgis30/Makefile b/databases/postgis30/Makefile index 1f2b97f62f92..1f99f3e1ea49 100644 --- a/databases/postgis30/Makefile +++ b/databases/postgis30/Makefile @@ -2,7 +2,7 @@ PORTNAME= postgis PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 30 diff --git a/databases/postgis30/pkg-plist b/databases/postgis30/pkg-plist index da81e9ded9f3..727ed5bee84b 100644 --- a/databases/postgis30/pkg-plist +++ b/databases/postgis30/pkg-plist @@ -1,6 +1,6 @@ -%%LOADERGUI%%bin/pgsql2shp +bin/pgsql2shp %%RASTER%%bin/raster2pgsql -%%LOADERGUI%%bin/shp2pgsql +bin/shp2pgsql %%LOADERGUI%%bin/shp2pgsql-gui %%ADDRSTD%%lib/postgresql/address_standardizer-3.so lib/postgresql/postgis-3.so |