summaryrefslogtreecommitdiff
path: root/databases/postgis/files/patch-utils
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2009-10-07 14:10:58 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2009-10-07 14:10:58 +0000
commitfe53b1bc68ea3384fcfde07ec82a9e82e6e1219e (patch)
treecff36bf8ac7b0a7b222ec04333b1379cad8a2105 /databases/postgis/files/patch-utils
parentUpdate to 5.8001. (diff)
Update to 1.4.0
PR: ports/137537 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> Feature safe: Yes
Notes
Notes: svn path=/head/; revision=242555
Diffstat (limited to 'databases/postgis/files/patch-utils')
-rw-r--r--databases/postgis/files/patch-utils22
1 files changed, 0 insertions, 22 deletions
diff --git a/databases/postgis/files/patch-utils b/databases/postgis/files/patch-utils
deleted file mode 100644
index 9a948addfbb5..000000000000
--- a/databases/postgis/files/patch-utils
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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 ../Version.config
-+
- SCRIPTS = \
- postgis_restore.pl \
- create_undef.pl \
-@@ -8,3 +11,12 @@
-
- all:
- chmod +x $(SCRIPTS)
-+
-+install:
-+ @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