diff options
author | will <will@FreeBSD.org> | 2002-03-18 06:42:13 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-03-18 06:42:13 +0800 |
commit | 73ae76e6a8d3db5fc0d3fab7d549d57801632e5b (patch) | |
tree | b72a0291d09a7a66ba0c9a82251f2732bf13216e /x11 | |
parent | 995a92343ac3dd4a7c6e42cd82a61a794b4c030c (diff) | |
download | freebsd-ports-gnome-73ae76e6a8d3db5fc0d3fab7d549d57801632e5b.tar.gz freebsd-ports-gnome-73ae76e6a8d3db5fc0d3fab7d549d57801632e5b.tar.zst freebsd-ports-gnome-73ae76e6a8d3db5fc0d3fab7d549d57801632e5b.zip |
Fix some problems reported by people:
- Makefile:
[1] Typo in FONT[100,75]DPI... sigh. How did I miss this one?
This is probably the main reason people are seeing "don't know
how to make /usr/X11R6/bin/ucs2any.pl" when building the font
ports, but I'm not certain.
- distinfo:
[2] Remove -- no longer needed.
Submitted by: [1] Geoffrey C. Speicher <geoff@speicher.org>
[2] David Johnson <david@usermode.org>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4/Makefile | 4 | ||||
-rw-r--r-- | x11/XFree86-4/distinfo | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index b155439a2d94..797aa8b8052b 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -27,8 +27,8 @@ MAINTAINER= jmz@FreeBSD.org NO_BUILD= yes LATEST_LINK= XFree86-4 -FONT100DPI= ${X11BASE}/lib/X11/fonts/100dpi/UBTI__10-ISO8859-1.pcf.gz -FONT75DPI= ${X11BASE}/lib/X11/fonts/75dpi/UBTI__10-ISO8859-1.pcf.gz +FONT100DPI= ${X11BASE}/lib/X11/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz +FONT75DPI= ${X11BASE}/lib/X11/fonts/75dpi/UTBI__10-ISO8859-1.pcf.gz FONTDEFAULT= ${X11BASE}/lib/X11/fonts/misc/cursor.pcf.gz FONTSCALE= ${X11BASE}/lib/X11/fonts/PEX/Roman.phont diff --git a/x11/XFree86-4/distinfo b/x11/XFree86-4/distinfo deleted file mode 100644 index 4afd750ec074..000000000000 --- a/x11/XFree86-4/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (xc/X410src-1.tgz) = 2d4709f7106a1d65c175be445a3d3c32 -MD5 (xc/X410src-2.tgz) = beaffed1cbdb700e5fed6a5490a7f222 -MD5 (xc/mga-133_143-source.tgz) = 849bf57f23f1684fea970459f919d1f2 -MD5 (xc/Wraphelp.c) = IGNORE |