You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
08b56a3907
There is a revbump because the contrib modules install example files in the docs directory. These files are not installed by the postgresqlXY-doc ports.
19 lines
423 B
Diff
19 lines
423 B
Diff
--- GNUmakefile.in.orig 2015-10-05 12:19:44.000000000 -0700
|
|
+++ GNUmakefile.in 2017-11-12 23:10:07.000000000 -0700
|
|
@@ -17,7 +17,6 @@
|
|
$(MAKE) -C doc all
|
|
|
|
world:
|
|
- $(MAKE) -C doc all
|
|
$(MAKE) -C src all
|
|
$(MAKE) -C config all
|
|
$(MAKE) -C contrib all
|
|
@@ -35,7 +34,6 @@
|
|
$(MAKE) -C doc install
|
|
|
|
install-world:
|
|
- $(MAKE) -C doc install
|
|
$(MAKE) -C src install
|
|
$(MAKE) -C config install
|
|
$(MAKE) -C contrib install
|