1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/japanese/kon2-16dot/files/patch-ac
Jun Kuriyama 6c225cc395 This update has these changes:
o  Maintainer (with the previous maintainer's approval)
	o  beep patch (Thanks to nabe@mobile.icc.titech.ac.jp!)
	o  selectable Kon font size at make time.
	o  modification for non-default PREFIX

PR:		ports/7878
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-09-26 15:41:21 +00:00

24 lines
866 B
Plaintext

--- Makefile.FreeBSD.orig Thu Jan 30 10:29:44 1997
+++ Makefile.FreeBSD Fri Apr 11 20:51:39 1997
@@ -16,7 +16,6 @@
@echo \#define VERSION \"ver.$(VERSION).`cat .VERSION` \(`date +%m/%d`\)\" > include/version.h
config:
- @sh tools/Configure.FreeBSD < config.in.FreeBSD
-for i in $(SUBDIR); do \
(cd ${.CURDIR}/$$i && test -f Makefile.FreeBSD && cp Makefile.FreeBSD Makefile) ; \
done
@@ -25,6 +24,11 @@
install:
(cd ${.CURDIR}/src ; make install)
(cd ${.CURDIR}/font ; make install)
- install -g wheel -o root -m 0644 -c kon.cfg.FreeBSD /usr/local/etc/kon.cfg
+ install -g wheel -o root -m 0644 -c kon.cfg.FreeBSD ${LIBDIR}/kon.cfg
+ @sh tools/makedir ${FONTDIR}
+ @for i in k14.bdf 7x14rk.bdf jiskan16.bdf 8x16rk.bdf; do\
+ install -c -m 644 -o bin -g bin $(DISTDIR)/$$i ${FONTDIR};\
+ gzip -f -9 ${FONTDIR}/$$i;\
+ done
.include <bsd.prog.mk>