diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-08-09 19:50:02 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-08-09 19:50:02 +0000 |
commit | b07a9ea8721e2358809402a4ba6a31d187035b6f (patch) | |
tree | 084a65beb0a5bb9d10bd96772c593123cca92c97 | |
parent | 457ee674032e39d7404e797e3b307ba13c5e8093 (diff) | |
download | ports-b07a9ea8721e2358809402a4ba6a31d187035b6f.tar.gz ports-b07a9ea8721e2358809402a4ba6a31d187035b6f.zip |
Fix path on MASTER_SITE
Found by: distfile checker
Notes
Notes:
svn path=/head/; revision=7507
-rw-r--r-- | russian/X.language/Makefile | 4 | ||||
-rw-r--r-- | russian/d1489/Makefile | 4 | ||||
-rw-r--r-- | russian/pgp.language/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/russian/X.language/Makefile b/russian/X.language/Makefile index 129b11cbceff..fd7f5de8a951 100644 --- a/russian/X.language/Makefile +++ b/russian/X.language/Makefile @@ -3,13 +3,13 @@ # Date created: 31 Aug 1995 # Whom: ache # -# $Id: Makefile,v 1.10 1996/11/15 12:56:57 ache Exp $ +# $Id: Makefile,v 1.11 1996/11/18 11:38:55 asami Exp $ # DISTNAME= xrus-2.0-bin PKGNAME= ru-X11-3.2 CATEGORIES= russian x11 -MASTER_SITES= ftp://ftp.relcom.ru/misc/fonts/cyrillic/xwindows/ +MASTER_SITES= ftp://ftp.relcom.ru/pub/misc/fonts/cyrillic/xwindows/ EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.ORG diff --git a/russian/d1489/Makefile b/russian/d1489/Makefile index 938b0c18b6dc..c379ab7fedea 100644 --- a/russian/d1489/Makefile +++ b/russian/d1489/Makefile @@ -3,13 +3,13 @@ # Date created: 1 May 1995 # Whom: ache # -# $Id: Makefile,v 1.5 1996/01/16 05:08:36 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/18 11:38:58 asami Exp $ # DISTNAME= d1489-1.2 PKGNAME= ru-d1489-1.2 CATEGORIES= russian -MASTER_SITES= ftp://ftp.kiae.su/unix/convert/char/ +MASTER_SITES= ftp://ftp.kiae.su/pub/unix/convert/char/ EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.ORG diff --git a/russian/pgp.language/Makefile b/russian/pgp.language/Makefile index 38d1f09c3259..cb4db9dcaca0 100644 --- a/russian/pgp.language/Makefile +++ b/russian/pgp.language/Makefile @@ -3,13 +3,13 @@ # Date created: 4 May 1995 # Whom: ache # -# $Id: Makefile,v 1.13 1996/05/27 01:44:48 ache Exp $ +# $Id: Makefile,v 1.14 1996/11/18 11:39:14 asami Exp $ # DISTNAME= pgp26ru PKGNAME= ru-pgp-2.6.3ia CATEGORIES= russian -MASTER_SITES= ftp://ftp.relcom.ru/unix/crypto/pgp/ +MASTER_SITES= ftp://ftp.relcom.ru/pub/unix/crypto/pgp/ EXTRACT_SUFX= .zip MAINTAINER= ache@FreeBSD.ORG |