diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-13 09:08:06 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-13 09:08:06 +0000 |
| commit | 0ca9ead6f40bb875805a01026cc9603e8eea4ae3 (patch) | |
| tree | 59f19ecd343a5bf1e053ced06fff03e43e591163 /databases/postgis/files/patch-utils | |
| parent | - Require python 2.2+ (diff) | |
- Update to 1.0.0-RC5
PR: ports/79083, ports/79301
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
Notes
Notes:
svn path=/head/; revision=133223
Diffstat (limited to 'databases/postgis/files/patch-utils')
| -rw-r--r-- | databases/postgis/files/patch-utils | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/postgis/files/patch-utils b/databases/postgis/files/patch-utils new file mode 100644 index 000000000000..0d3ad32ec52b --- /dev/null +++ b/databases/postgis/files/patch-utils @@ -0,0 +1,21 @@ +--- utils/Makefile Tue Mar 8 09:11:29 2005 ++++ utils/Makefile Mon Mar 28 09:45:41 2005 +@@ -1,3 +1,6 @@ ++include ../Makefile.config ++include $(top_srcdir)/src/Makefile.shlib ++ + SCRIPTS = \ + postgis_restore.pl \ + profile_intersects.pl \ +@@ -6,3 +9,11 @@ + + 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 |
