diff options
author | max <max@FreeBSD.org> | 1997-10-04 17:58:47 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-04 17:58:47 +0000 |
commit | e4f6ba16c9871f033d22e28e6a2bdc99873183bb (patch) | |
tree | 7d13fd8c788445e85567a6ca54a59456e6c94682 /japanese/ptex-euc | |
parent | a210a90e5aef1566c4124303aec2392f538273bf (diff) | |
download | FreeBSD-ports-e4f6ba16c9871f033d22e28e6a2bdc99873183bb.zip FreeBSD-ports-e4f6ba16c9871f033d22e28e6a2bdc99873183bb.tar.gz |
Remove unnecessary sites from the MASTER_SITES list.
Diffstat (limited to 'japanese/ptex-euc')
-rw-r--r-- | japanese/ptex-euc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/ptex-euc/Makefile b/japanese/ptex-euc/Makefile index 8887abd..246924c 100644 --- a/japanese/ptex-euc/Makefile +++ b/japanese/ptex-euc/Makefile @@ -3,16 +3,13 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.18 1997/07/13 18:49:19 max Exp $ +# $Id: Makefile,v 1.1.1.1 1997/10/04 17:20:30 max Exp $ # DISTNAME= ptex215 PKGNAME= ja-ptex-euc-2.1.5 CATEGORIES= japanese print -MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex215/ \ - ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex215/web2c/ \ - ftp://bash.cc.keio.ac.jp/pub/TeX/ascii-ptex/ \ - ftp://bash.cc.keio.ac.jp/pub/TeX/ascii-ptex/corresponding-sources/ +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex215/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} plib13-euc.tar.gz MAINTAINER= max@FreeBSD.ORG |