mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
85652c6d02
workaround failing fontforge port until that one is upgraded make use of precompiled fonts from lilypond binary distribution PR: 67984 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
12 lines
373 B
Plaintext
12 lines
373 B
Plaintext
--- config.make.in.orig Sun Apr 11 10:26:32 2004
|
|
+++ config.make.in Sun Apr 11 10:26:46 2004
|
|
@@ -41,7 +41,7 @@
|
|
|
|
# move out of config.make.in?
|
|
package_datadir = $(datadir)/$(package)
|
|
-package_infodir = $(infodir)/$(package)
|
|
+package_infodir = $(infodir)
|
|
package_libdir = $(libdir)/$(package)
|
|
package_docdir = $(docdir)/$(package)
|
|
package_omfdir = $(omfdir)/$(package)
|