mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
15 lines
449 B
Python
15 lines
449 B
Python
--- src/blockdiag/utils/bootstrap.py.orig 2021-12-06 16:43:47 UTC
|
|
+++ src/blockdiag/utils/bootstrap.py
|
|
@@ -255,11 +255,7 @@ class Options(object):
|
|
def detectfont(options):
|
|
import glob
|
|
fontdirs = [
|
|
- '/usr/share/fonts',
|
|
- '/Library/Fonts',
|
|
- '/System/Library/Fonts',
|
|
- 'c:/windows/fonts',
|
|
- '/usr/local/share/font-*',
|
|
+ '%%LOCALBASE%%/share/fonts',
|
|
]
|
|
fontfiles = [
|
|
'ipagp.ttf',
|