diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1996-02-21 00:40:31 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1996-02-21 00:40:31 +0000 |
commit | 0834d52875572c6865802c15f2352cc29396c5e2 (patch) | |
tree | aa999d1fe16ee3b6f619873e9c64fbffa3ddbb99 /japanese/okphone | |
parent | Change the http://... to ftp://... Our installed 1.x ncftp version in (diff) |
Change back the ftp://... to http://... as per Satoshi's request. This
site doesn't have ftp access, only http.
Notes
Notes:
svn path=/head/; revision=2733
Diffstat (limited to 'japanese/okphone')
-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 3c76857962fd..696646f559d6 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 |