diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-25 13:03:23 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-25 13:03:23 +0000 |
commit | b63c36f4dec2d9426ff86f4682801664eea4e1e8 (patch) | |
tree | 0dafed7d77c6abf444d5d92229edb93505bf938b | |
parent | Add syslog-ng, a syslog replacement. (diff) |
Fix MASTER_SITES.
Found by: bento
Notes
Notes:
svn path=/head/; revision=27995
-rw-r--r-- | japanese/freepwing/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/freepwing/Makefile b/japanese/freepwing/Makefile index f40fea5cd127..33c934f27a7b 100644 --- a/japanese/freepwing/Makefile +++ b/japanese/freepwing/Makefile @@ -8,8 +8,8 @@ PORTNAME= freepwing PORTVERSION= ${VERSION:S/beta/.b/} CATEGORIES= japanese textproc -MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/freepwing/ \ - ftp://ftp.sra.co.jp/pub/misc/freepwing/freepwing/beta/ +MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/ \ + ftp://ftp.sra.co.jp/pub/misc/freepwing/old/ DISTNAME= ${PORTNAME}-${VERSION} MAINTAINER= taoka@FreeBSD.org |