diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-08-07 20:31:04 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-08-07 20:31:04 +0800 |
commit | 552f4e14e56dc6946f7cc361200c3bfcfb4ed080 (patch) | |
tree | ba19557302928ea0bef2c5989dd3e8d9e553a32a /japanese | |
parent | b7ab48eec7102df29df87cbc83592d9e85998181 (diff) | |
download | freebsd-ports-gnome-552f4e14e56dc6946f7cc361200c3bfcfb4ed080.tar.gz freebsd-ports-gnome-552f4e14e56dc6946f7cc361200c3bfcfb4ed080.tar.zst freebsd-ports-gnome-552f4e14e56dc6946f7cc361200c3bfcfb4ed080.zip |
- Fix pointyhat (plist), ubreak
- Submitter is now maintainer
PR: ports/168321
Submitted by: turutani@scphys.kyoto-u.ac.jp (maintainer)
Diffstat (limited to 'japanese')
-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 + |