summaryrefslogtreecommitdiff
path: root/databases/postgis/files/patch-utils
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgis/files/patch-utils')
-rw-r--r--databases/postgis/files/patch-utils23
1 files changed, 12 insertions, 11 deletions
diff --git a/databases/postgis/files/patch-utils b/databases/postgis/files/patch-utils
index 0d3ad32ec52b..9a948addfbb5 100644
--- a/databases/postgis/files/patch-utils
+++ b/databases/postgis/files/patch-utils
@@ -1,21 +1,22 @@
---- utils/Makefile Tue Mar 8 09:11:29 2005
-+++ utils/Makefile Mon Mar 28 09:45:41 2005
+--- utils/Makefile Mon Jun 6 13:49:41 2005
++++ utils/Makefile Wed Dec 28 15:33:31 2005
@@ -1,3 +1,6 @@
+include ../Makefile.config
-+include $(top_srcdir)/src/Makefile.shlib
++include ../Version.config
+
SCRIPTS = \
postgis_restore.pl \
- profile_intersects.pl \
-@@ -6,3 +9,11 @@
+ create_undef.pl \
+@@ -8,3 +11,12 @@
all:
chmod +x $(SCRIPTS)
+
+install:
-+ $(mkinstalldirs) $(DATADIR)/utils
-+ $(INSTALL_DATA) README $(DATADIR)/utils/README
-+ $(INSTALL_DATA) postgis_restore.pl $(DATADIR)/utils/postgis_restore.pl
-+ $(INSTALL_DATA) profile_intersects.pl $(DATADIR)/utils/profile_intersects.pl
-+ $(INSTALL_DATA) test_estimation.pl $(DATADIR)/utils/test_estimation.pl
-+ $(INSTALL_DATA) test_joinestimation.pl $(DATADIR)/utils/test_joinestimation.pl
++ @mkdir -p $(DESTDIR)$(datadir)/utils
++ $(INSTALL_DATA) README $(DESTDIR)$(datadir)/utils/README
++ $(INSTALL_DATA) create_undef.pl $(DESTDIR)$(datadir)/utils/create_undef.pl
++ $(INSTALL_DATA) postgis_restore.pl $(DESTDIR)$(datadir)/utils/postgis_restore.pl
++ $(INSTALL_DATA) profile_intersects.pl $(DESTDIR)$(datadir)/utils/profile_intersects.pl
++ $(INSTALL_DATA) test_estimation.pl $(DESTDIR)$(datadir)/utils/test_estimation.pl
++ $(INSTALL_DATA) test_joinestimation.pl $(DESTDIR)$(datadir)/utils/test_joinestimation.pl