mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
417 B
Plaintext
12 lines
417 B
Plaintext
--- Makefile.global.in.orig Sun Dec 6 00:08:56 1998
|
|
+++ Makefile.global.in Sat Feb 27 04:23:12 1999
|
|
@@ -79,7 +79,7 @@
|
|
POSTMANDIR= $(POSTGRESDIR)/man
|
|
|
|
# Where the formatted documents (e.g., the reference manual) get installed.
|
|
-POSTDOCDIR= $(POSTGRESDIR)/doc
|
|
+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql
|
|
|
|
# Where the header files necessary to build frontend programs get installed.
|
|
HEADERDIR= $(POSTGRESDIR)/include
|