diff options
| author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-10-07 14:10:58 +0000 |
|---|---|---|
| committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-10-07 14:10:58 +0000 |
| commit | fe53b1bc68ea3384fcfde07ec82a9e82e6e1219e (patch) | |
| tree | cff36bf8ac7b0a7b222ec04333b1379cad8a2105 /databases/postgis/files/patch-GNUmakefile | |
| parent | Update to 5.8001. (diff) | |
Update to 1.4.0
PR: ports/137537
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
Feature safe: Yes
Diffstat (limited to 'databases/postgis/files/patch-GNUmakefile')
| -rw-r--r-- | databases/postgis/files/patch-GNUmakefile | 46 |
1 files changed, 17 insertions, 29 deletions
diff --git a/databases/postgis/files/patch-GNUmakefile b/databases/postgis/files/patch-GNUmakefile index 5cc80a4804b0..9ded6c6e4630 100644 --- a/databases/postgis/files/patch-GNUmakefile +++ b/databases/postgis/files/patch-GNUmakefile @@ -1,48 +1,36 @@ ---- GNUmakefile.orig 2007-07-11 05:12:42.000000000 +0800 -+++ GNUmakefile 2007-08-31 17:41:49.000000000 +0800 -@@ -4,9 +4,9 @@ +--- GNUmakefile.orig 2009-05-26 15:00:55.000000000 -0300 ++++ GNUmakefile 2009-08-07 14:36:10.000000000 -0300 +@@ -4,10 +4,10 @@ # #----------------------------------------------------- --all: Makefile.config liblwgeom loaderdumper utils -+all: Makefile.config liblwgeom loaderdumper utils docs +-all: postgis loaderdumper utils ++all: postgis loaderdumper utils docs + @echo "PostGIS was built successfully. Ready to install." --install: all liblwgeom-install loaderdumper-install -+install: all liblwgeom-install loaderdumper-install utils-install docs-install +-install: all postgis-install loaderdumper-install ++install: all postgis-install loaderdumper-install docs-install - uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall + uninstall: postgis-uninstall loaderdumper-uninstall docs-uninstall comments-uninstall -@@ -72,21 +72,31 @@ +@@ -80,7 +80,9 @@ $(MAKE) -C extras/template_gis uninstall - docs: Makefile.config + docs: - $(MAKE) -C doc -+ifndef NOPORTSDOC -+ $(MAKE) -C doc ++ifndef NOPORTDOCS ++ $(MAKE) -C doc html/postgis.html +endif - docs-clean: Makefile.config -+ifndef NOPORTSDOC + docs-clean: $(MAKE) -C doc clean -- -+endif +@@ -95,7 +97,9 @@ + $(MAKE) -C doc comments-uninstall docs-install: -+ifndef NOPORTSDOC ++ifndef NOPORTDOCS $(MAKE) -C doc install +endif docs-uninstall: -+ifndef NOPORTSDOC $(MAKE) -C doc uninstall -+endif - - utils: - $(MAKE) -C utils - -+utils-install: -+ ${MAKE} -C utils install -+ - configure: configure.in - ./autogen.sh - |
