diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-20 21:29:21 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-20 21:29:21 +0000 |
commit | c69a493fee8fc8f5e19ce98dafdcd678c613817c (patch) | |
tree | 41301063b86d5adb875962f8bba1f7545192fc3f | |
parent | Update to 4.1. (diff) |
Update URL about Asian font packs.
PR: ports-jp/13817
Submitted by: SHIOZAKI Takehiko <st@be.to>
Approved by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=83379
-rw-r--r-- | print/acroread5-commfont/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/acroread5-commfont/Makefile b/print/acroread5-commfont/Makefile index 6ed7fd457596..25ba96439572 100644 --- a/print/acroread5-commfont/Makefile +++ b/print/acroread5-commfont/Makefile @@ -53,7 +53,7 @@ RUN_DEPENDS= ${PREFIX}/Acrobat5/Resource/Font/H.cmap:${PORTSDIR}/print/acroread5 # .if ${DISTNAME} == "jpnfont" RESTRICTED= "Be required to register with Adobe before downloading the Japanese font pack." -IS_INTERACTIVE= "You should manual-fetch Japanese pack of \"Asian Font Packs\" from http://www.adobe.com/prodindex/acrobat/readstep.html" +IS_INTERACTIVE= "You should manual-fetch Japanese pack of \"Asian Font Packs\" from http://www.adobe.com/products/acrobat/acrrasianfontpack.html" .if !exists(${DISTDIR}/${DIST_SUBDIR}/jpnfont.tar.gz) IGNORE= ": ${RESTRICTED} ${IS_INTERACTIVE}" .endif |