diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-08-07 12:31:04 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-08-07 12:31:04 +0000 |
commit | a93450c1155b52dad38495dc2013eb5000275f14 (patch) | |
tree | ba19557302928ea0bef2c5989dd3e8d9e553a32a /japanese/kon2-16dot | |
parent | 2c946497bac39cd7d65ea8cb75e9fdbdab54a271 (diff) | |
download | ports-a93450c1155b52dad38495dc2013eb5000275f14.tar.gz ports-a93450c1155b52dad38495dc2013eb5000275f14.zip |
Notes
Diffstat (limited to 'japanese/kon2-16dot')
-rw-r--r-- | japanese/kon2-16dot/Makefile | 4 | ||||
-rw-r--r-- | japanese/kon2-16dot/files/patch-src_Makefile.FreeBSD | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index bfb6414a3bef..fd21d762cd28 100644 --- a/japanese/kon2-16dot/Makefile +++ b/japanese/kon2-16dot/Makefile @@ -7,7 +7,7 @@ PORTNAME= kon2 PORTVERSION= 0.3 -PORTREVISION= 5 +PORTREVISION= 6 # '+=' is for slave ports CATEGORIES+= japanese MASTER_SITES= ${MASTER_SITE_PORTS_JP} @@ -18,7 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} # '+=' is for slave ports -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= turutani@scphys.kyoto-u.ac.jp COMMENT= Kanji On Console -- Display kanji characters on your own console ONLY_FOR_ARCHS= i386 amd64 diff --git a/japanese/kon2-16dot/files/patch-src_Makefile.FreeBSD b/japanese/kon2-16dot/files/patch-src_Makefile.FreeBSD index 2ab0068d5140..5539529bd8e3 100644 --- a/japanese/kon2-16dot/files/patch-src_Makefile.FreeBSD +++ b/japanese/kon2-16dot/files/patch-src_Makefile.FreeBSD @@ -1,6 +1,6 @@ --- src/Makefile.FreeBSD.orig 1997-01-30 10:29:25.000000000 +0900 +++ src/Makefile.FreeBSD 2012-05-10 02:50:12.820551080 +0900 -@@ -1,10 +1,17 @@ +@@ -1,12 +1,19 @@ # FreeBSD makefile for kon # Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org> @@ -17,5 +17,8 @@ +SRCS+= utmp.c +.endif LIBS+= -L${.CURDIR}/display -L${.CURDIR}/../lib -ldisplay -lgon - NOMAN= YES +-NOMAN= YES ++MK_MAN= no CFLAGS+= -I${.CURDIR}/../include + CLEANFILES= Makefile + |