mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
- Fix Python version - Make use of options helpers - Regenerate patch file with 'make makepatch'
15 lines
450 B
Python
15 lines
450 B
Python
--- src/blockdiag/utils/bootstrap.py.orig 2014-11-21 02:20:16 UTC
|
|
+++ src/blockdiag/utils/bootstrap.py
|
|
@@ -254,11 +254,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/font-*',
|
|
]
|
|
fontfiles = [
|
|
'ipagp.ttf',
|