diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-12 21:18:34 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-12 21:18:34 +0000 |
| commit | c1fc3d42f4fc17dfa354de602a45ed6a20715ea3 (patch) | |
| tree | 7dea3860c2ed565f3c234e0715bc9a448f88956b /databases/postgis/files | |
| parent | - Update to 0.2.12 (diff) | |
- Update to 1.2.1
PR: ports/107856
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
Diffstat (limited to 'databases/postgis/files')
| -rw-r--r-- | databases/postgis/files/patch-GNUmakefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/databases/postgis/files/patch-GNUmakefile b/databases/postgis/files/patch-GNUmakefile index e2125b8c00e0..83a470d02e41 100644 --- a/databases/postgis/files/patch-GNUmakefile +++ b/databases/postgis/files/patch-GNUmakefile @@ -1,24 +1,25 @@ ---- GNUmakefile Mon Dec 19 18:23:23 2005 -+++ GNUmakefile Wed Dec 28 15:38:36 2005 -@@ -4,9 +4,15 @@ +--- GNUmakefile.orig Thu Jan 4 22:52:57 2007 ++++ GNUmakefile Fri Jan 12 13:50:19 2007 +@@ -4,9 +4,16 @@ # #----------------------------------------------------- --all: Makefile.config liblwgeom loaderdumper utils +-all: Makefile.config liblwgeom loaderdumper utils templategis +all: Makefile.config liblwgeom loaderdumper utils +ifneq ($(WITH-DOC),) + $(MAKE) -C doc +endif --install: all liblwgeom-install loaderdumper-install +-install: all liblwgeom-install loaderdumper-install templategis-install ++ +install: all liblwgeom-install loaderdumper-install utils-install +ifneq ($(WITH-DOC),) + $(MAKE) -C doc install +endif - uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall + uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall templategis-uninstall -@@ -74,6 +80,9 @@ +@@ -86,6 +93,9 @@ utils: $(MAKE) -C utils |
