diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2003-06-26 14:52:50 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2003-06-26 14:52:50 +0000 |
commit | 8b8a1b358695626e7515897b6239bca423620e0b (patch) | |
tree | 073462d24c1db85d870c7ef29bc13d8cd2c9e24b /print | |
parent | 810195e5386115687d3b8b45e3343b04cd629455 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread-commfont/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/acroread-commfont/Makefile b/print/acroread-commfont/Makefile index 1bd430658516..8f9049b5d886 100644 --- a/print/acroread-commfont/Makefile +++ b/print/acroread-commfont/Makefile @@ -51,7 +51,7 @@ RUN_DEPENDS= ${PREFIX}/Acrobat4/Resource/CMap/H:${PORTSDIR}/print/acroread-commf # .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}/jpnfont.tar.gz) IGNORE= ": ${RESTRICTED} ${IS_INTERACTIVE}" .endif |