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-c | |
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-c')
-rw-r--r-- | databases/postgis/files/patch-c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/databases/postgis/files/patch-c b/databases/postgis/files/patch-c deleted file mode 100644 index 7c806d014fa7..000000000000 --- a/databases/postgis/files/patch-c +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile Mon Jan 31 12:51:48 2005 -+++ Makefile Mon Jan 31 12:56:14 2005 -@@ -5,8 +5,14 @@ - #----------------------------------------------------- - - all: liblwgeom loaderdumper -+ifneq ($(WITH-DOC),) -+ $(MAKE) -C doc chunked-html -+endif - - install: all liblwgeom-install loaderdumper-install -+ifneq ($(WITH-DOC),) -+ $(MAKE) INSTALL_DATA="$(INSTALL_DATA)" DOCSDIR=$(DOCSDIR) -C doc install -+endif - - uninstall: liblwgeom-uninstall loaderdumper-uninstall - |