mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
* Switch run-time dependency from PIL to Pillow - Remove indefinite article from COMMENT - Use USE_PYDISTUTILS= yes instead of USE_PYDISTUTILS= easy_install - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Add DOCS and EXAMPLES to OPTIONS_DEFINE to fix default options - Support STAGEDIR * Make DOCS and EXAMPLES unconditional to stage - Unmute INSTALL_DATA and INSTALL_MAN in post-install target PR: ports/188891 (based on) Submitted by: Bartek Rutkowski <ports@robakdesign.com>
15 lines
475 B
Python
15 lines
475 B
Python
--- src/blockdiag/utils/bootstrap.py.orig 2013-09-30 22:19:06.000000000 +0900
|
|
+++ src/blockdiag/utils/bootstrap.py 2014-01-02 16:19:04.000000000 +0900
|
|
@@ -222,11 +222,7 @@
|
|
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',
|