diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-03-10 11:38:31 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-03-10 11:38:31 +0000 |
commit | b186eff16299e1c0f90675d1ddf71599c13c00f4 (patch) | |
tree | 7ecf7f2e3dd754a044899dd049cd701eb1adf499 | |
parent | Use LOCALBASE instead of PREFIX in CONFIGURE_ENV. (diff) |
Sync with updating bitmap-fonts.
Submitted by: OKAZAKI Tetsurou <okazaki@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=39413
-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 |