mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
13 lines
382 B
Makefile
13 lines
382 B
Makefile
Use the docdir given to configure with the --docdir flag.
|
|
--- Makefile.in.orig 2008-07-07 15:55:29.000000000 -0500
|
|
+++ Makefile.in 2023-09-04 11:47:40.000000000 -0500
|
|
@@ -11,7 +11,7 @@
|
|
bindir = @bindir@
|
|
mandir = @mandir@
|
|
man1dir = $(mandir)/man1
|
|
-docdir = $(prefix)/doc/sitecopy
|
|
+docdir = @docdir@
|
|
localedir = $(datadir)/locale
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|