diff options
-rw-r--r-- | editors/bitmap-emacs20/Makefile | 2 | ||||
-rw-r--r-- | editors/bitmap-mule/Makefile | 2 | ||||
-rw-r--r-- | editors/bitmap/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/bitmap-emacs20/Makefile b/editors/bitmap-emacs20/Makefile index 231ad91bf001..3f0755737bd9 100644 --- a/editors/bitmap-emacs20/Makefile +++ b/editors/bitmap-emacs20/Makefile @@ -17,7 +17,7 @@ MAINTAINER= shige@FreeBSD.org # distfile version BITMAP_VER= 8.3 BITMAPDOCDIR= share/doc/bitmap -BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/etl8x16-bitmap.pcf.gz +BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/bitmap16.pcf.gz # emacs20 EMACS_PORT_NAME= emacs20 diff --git a/editors/bitmap-mule/Makefile b/editors/bitmap-mule/Makefile index beabe2662d51..65e995aa5c8b 100644 --- a/editors/bitmap-mule/Makefile +++ b/editors/bitmap-mule/Makefile @@ -18,7 +18,7 @@ MAINTAINER= shige@FreeBSD.org BITMAP_VER= 8.3 BITMAPDOCDIR= share/doc/bitmap BITMAP_SETUPEL= bitmap-setupel.el -BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/etl8x16-bitmap.pcf.gz +BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/bitmap16.pcf.gz # mule-19.34 EMACS_PORT_NAME= mule diff --git a/editors/bitmap/Makefile b/editors/bitmap/Makefile index 231ad91bf001..3f0755737bd9 100644 --- a/editors/bitmap/Makefile +++ b/editors/bitmap/Makefile @@ -17,7 +17,7 @@ MAINTAINER= shige@FreeBSD.org # distfile version BITMAP_VER= 8.3 BITMAPDOCDIR= share/doc/bitmap -BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/etl8x16-bitmap.pcf.gz +BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/bitmap16.pcf.gz # emacs20 EMACS_PORT_NAME= emacs20 |