freebsd-ports/graphics/gdal/files/patch-apps-GNUmakefile
Sunpoet Po-Chuan Hsieh 90a1fdb824 Update to 3.1.3
Changes:	https://github.com/OSGeo/gdal/blob/release/3.1/gdal/NEWS
PR:		250102
Exp-run by:	antoine
2020-10-13 18:41:43 +00:00

14 lines
583 B
Plaintext

--- apps/GNUmakefile.orig 2020-09-01 08:36:31 UTC
+++ apps/GNUmakefile
@@ -232,7 +232,7 @@ gdal-config-inst: gdal-config.in ../GDALmake.opt ./GNU
install: default
- for f in $(BIN_LIST) ; do $(INSTALL) $$f $(DESTDIR)$(INST_BIN) ; done
- $(INSTALL_DATA) gdal_utils.h $(DESTDIR)$(INST_INCLUDE)
- $(INSTALL) gdal-config-inst $(DESTDIR)$(INST_BIN)/gdal-config
+ for f in $(BIN_LIST) ; do $(BSD_INSTALL_PROGRAM) $$f $(DESTDIR)$(INST_BIN) ; done
+ $(BSD_INSTALL_DATA) gdal_utils.h $(DESTDIR)$(INST_INCLUDE)
+ $(BSD_INSTALL_SCRIPT) gdal-config-inst $(DESTDIR)$(INST_BIN)/gdal-config