diff options
author | ats <ats@FreeBSD.org> | 1996-02-21 00:40:31 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1996-02-21 00:40:31 +0000 |
commit | 950816995baa0a7ad78af68f0ceec95c0fa382e8 (patch) | |
tree | 0b9114e18eb24d09bb88b5d0111888711465186f | |
parent | ba42a4818ca78818cbe134d123472f65b9ee36cd (diff) | |
download | FreeBSD-ports-950816995baa0a7ad78af68f0ceec95c0fa382e8.zip FreeBSD-ports-950816995baa0a7ad78af68f0ceec95c0fa382e8.tar.gz |
Change back the ftp://... to http://... as per Satoshi's request. This
site doesn't have ftp access, only http.
-rw-r--r-- | japanese/okphone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/okphone/Makefile b/japanese/okphone/Makefile index 3c76857..696646f 100644 --- a/japanese/okphone/Makefile +++ b/japanese/okphone/Makefile @@ -3,13 +3,13 @@ # Date created: 7 February 1996 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1996/02/08 04:54:18 asami Exp $ +# $Id: Makefile,v 1.2 1996/02/20 18:06:57 ats Exp $ # DISTNAME= okphone-1.2 PKGNAME= jp-okphone-1.2 CATEGORIES+= japanese net -MASTER_SITES= ftp://www.iijnet.or.jp/IIJ-MC/odajima/okphone/src/ +MASTER_SITES= http://www.iijnet.or.jp/IIJ-MC/odajima/okphone/src/ PATCH_SITES= ${MASTER_SITES} PATCHFILES= okphone-1.2.FreeBSD-patch.gz |