You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -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.
21 lines
627 B
Diff
21 lines
627 B
Diff
--- GNUmakefile.in.orig 2017-11-06 15:08:55.000000000 -0700
|
|
+++ GNUmakefile.in 2017-11-12 00:22:21.000000000 -0700
|
|
@@ -16,7 +16,7 @@
|
|
docs:
|
|
$(MAKE) -C doc all
|
|
|
|
-$(call recurse,world,doc src config contrib,all)
|
|
+$(call recurse,world,src config contrib,all)
|
|
world:
|
|
+@echo "PostgreSQL, contrib, and documentation successfully made. Ready to install."
|
|
|
|
@@ -32,7 +32,7 @@
|
|
install-docs:
|
|
$(MAKE) -C doc install
|
|
|
|
-$(call recurse,install-world,doc src config contrib,install)
|
|
+$(call recurse,install-world,src config contrib,install)
|
|
install-world:
|
|
+@echo "PostgreSQL, contrib, and documentation installation complete."
|
|
|