diff options
author | max <max@FreeBSD.org> | 1997-10-05 01:58:47 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-05 01:58:47 +0800 |
commit | e4f6ba16c9871f033d22e28e6a2bdc99873183bb (patch) | |
tree | 7d13fd8c788445e85567a6ca54a59456e6c94682 /japanese/ptex | |
parent | a210a90e5aef1566c4124303aec2392f538273bf (diff) | |
download | freebsd-ports-gnome-e4f6ba16c9871f033d22e28e6a2bdc99873183bb.tar.gz freebsd-ports-gnome-e4f6ba16c9871f033d22e28e6a2bdc99873183bb.tar.zst freebsd-ports-gnome-e4f6ba16c9871f033d22e28e6a2bdc99873183bb.zip |
Remove unnecessary sites from the MASTER_SITES list.
Diffstat (limited to 'japanese/ptex')
-rw-r--r-- | japanese/ptex/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index 8887abdffdef..246924c1208e 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/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 |