diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-06 13:15:10 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-06 13:15:10 +0000 |
commit | 93e4521071a2295ba5db8bb56fba4e73a9764236 (patch) | |
tree | f205055a76cb7e19f474480c04d5ea70376d8b44 | |
parent | I make the relation for dependent ports being more correct. (diff) |
added the missing URL to MASTER_SITES
PR: ports/10249
Submitted by: KIRIYAMA Kazuhiko kiri@pis.toba-cmt.ac.jp (=maintainer)
-rw-r--r-- | japanese/canuum/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/canuum/Makefile b/japanese/canuum/Makefile index 25d163ce37e6..657b836e9244 100644 --- a/japanese/canuum/Makefile +++ b/japanese/canuum/Makefile @@ -3,13 +3,14 @@ # Date created: 20 Jan 1999 # Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1999/02/11 07:56:55 kuriyama Exp $ +# $Id: Makefile,v 1.2 1999/02/12 16:59:31 motoyuki Exp $ # DISTNAME= canuum-1.0 PKGNAME= ja-canuum-1.0 CATEGORIES= japanese -MASTER_SITES= ftp://ftp.nec.co.jp/pub/Canna/Canna22/ +MASTER_SITES= ftp://ftp.nec.co.jp/pub/Canna/Canna22/ \ + ftp://ftp.nec.co.jp/pub/Canna/Canna32/ DISTFILES= Uum4.109.tar.gz Canna32p2.tar.gz EXTRACT_ONLY= Uum4.109.tar.gz |