diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-09-17 03:21:00 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-09-17 03:21:00 +0000 |
commit | 7c654c1f39fb50e64fae23ff1373285ed622bad4 (patch) | |
tree | 2c03af164c3eff96db6f0ca500f1a15751f0aa43 /japanese/sj3-lib/Makefile | |
parent | 46f2a86a291c1024eacee08cf3b6988d81e376bb (diff) |
Fix build error.
PR: ports/71798
Submitted by: Hiroo Ono <hiroo+freebsd@oikumene.gcd.org> (maintainer)
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=118206
Diffstat (limited to 'japanese/sj3-lib/Makefile')
-rw-r--r-- | japanese/sj3-lib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/sj3-lib/Makefile b/japanese/sj3-lib/Makefile index 8af119c87d52..19ab14977f5b 100644 --- a/japanese/sj3-lib/Makefile +++ b/japanese/sj3-lib/Makefile @@ -7,13 +7,15 @@ PORTNAME= sj3 PORTVERSION= 2.0.1.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sony.co.jp/pub/unsupported/src/ \ ftp://ftp.cs.titech.ac.jp/pub/japanese/sj3/ +MASTER_SITES+= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= nork PATCH_SITES= http://oikumene.que.ne.jp/misc/ -PATCHFILES= ${PORTNAME}-patches-20040724.bz2 +PATCHFILES= ${PORTNAME}-patches-20040916.bz2 MAINTAINER= hiroo+freebsd@oikumene.gcd.org COMMENT= A Japanese input method |