diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2002-01-12 23:32:42 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2002-01-12 23:32:42 +0000 |
commit | e1c51c6a7a8b6dbe0cf266c58ab9468bd6478daa (patch) | |
tree | 8dfd66faa1819c6759fbef17a6405475738b61c0 /japanese/ptex-base | |
parent | Hook cvsup-without-gui into the build. (diff) |
Ooops, forgot to add another location to MASTER_SITES in previous commit.
Pointed-out by: Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
Notes
Notes:
svn path=/head/; revision=52999
Diffstat (limited to 'japanese/ptex-base')
-rw-r--r-- | japanese/ptex-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile index 47906bde1ea3..c4ff3ed1915a 100644 --- a/japanese/ptex-base/Makefile +++ b/japanese/ptex-base/Makefile @@ -9,7 +9,8 @@ PORTNAME= ptex PORTVERSION= 2.1.11 PORTREVISION= 2 CATEGORIES= japanese print -MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ \ + ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/ PKGNAMEPREFIX= ja- PKGNAMESUFFIX= -common DISTFILES= ${TETEX_SRC} ${TETEX_TEXMF} ${PTEX_TEXMF} ${DVIPSK_JPATCH} |