diff options
author | ats <ats@FreeBSD.org> | 1996-02-21 02:06:57 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1996-02-21 02:06:57 +0800 |
commit | ba42a4818ca78818cbe134d123472f65b9ee36cd (patch) | |
tree | 10adcef61a38dfb1950615ccce72ffafc7c0a1ad /japanese/okphone | |
parent | 180a1045a93ce87596db28b04971373f9b59f58f (diff) | |
download | freebsd-ports-gnome-ba42a4818ca78818cbe134d123472f65b9ee36cd.tar.gz freebsd-ports-gnome-ba42a4818ca78818cbe134d123472f65b9ee36cd.tar.zst freebsd-ports-gnome-ba42a4818ca78818cbe134d123472f65b9ee36cd.zip |
Change the http://... to ftp://... Our installed 1.x ncftp version in
/usr/bin doesn't like the http: version of an URL.
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 704956639475..3c76857962fd 100644 --- a/japanese/okphone/Makefile +++ b/japanese/okphone/Makefile @@ -3,13 +3,13 @@ # Date created: 7 February 1996 # Whom: asami # -# $Id: Makefile,v 1.2 1995/11/26 11:32:35 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/02/08 04:54:18 asami Exp $ # DISTNAME= okphone-1.2 PKGNAME= jp-okphone-1.2 CATEGORIES+= japanese net -MASTER_SITES= http://www.iijnet.or.jp/IIJ-MC/odajima/okphone/src/ +MASTER_SITES= ftp://www.iijnet.or.jp/IIJ-MC/odajima/okphone/src/ PATCH_SITES= ${MASTER_SITES} PATCHFILES= okphone-1.2.FreeBSD-patch.gz |