diff options
author | hrs <hrs@FreeBSD.org> | 2005-03-01 16:34:33 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-03-01 16:34:33 +0800 |
commit | 8c8f18812cd95dc2ffe2b1f20e2f19459df5cb33 (patch) | |
tree | 61dcb057e23fc9247f91661a733e218f38ec0e62 | |
parent | 45ad9721e2f438d5eae02d3750dfab61f3734467 (diff) | |
download | freebsd-ports-graphics-8c8f18812cd95dc2ffe2b1f20e2f19459df5cb33.tar.gz freebsd-ports-graphics-8c8f18812cd95dc2ffe2b1f20e2f19459df5cb33.tar.zst freebsd-ports-graphics-8c8f18812cd95dc2ffe2b1f20e2f19459df5cb33.zip |
Fix MASTER_SITES.
Noticed by: kris
-rw-r--r-- | japanese/dvipsk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/dvipsk/Makefile b/japanese/dvipsk/Makefile index d94038af86d..d9a5e59556e 100644 --- a/japanese/dvipsk/Makefile +++ b/japanese/dvipsk/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 5.95a PORTREVISION= 0 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/TeX/ptex-win32/utils,:S,$,:udvipspatch,} + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/TeX/ptex-win32/utils,:S,$,:udvipspatch,} \ + ${MASTER_SITE_LOCAL:S,%SUBDIR%,hrs/teTeX,:S,$,:udvipspatch,} # ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/:jpatch \ MASTER_SITE_SUBDIR= systems/unix/teTeX/3.0/distrib/ PKGNAMEPREFIX= ja- |