diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-20 04:26:10 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-20 04:26:10 +0000 |
commit | 0fe92abee9a800efdb00bfcdeb13133c2452fe41 (patch) | |
tree | 97e6616cb95ecb77b3202ab9451662a3f69349e1 /chinese | |
parent | 48acffb990b2b4b8bb45cad2590bca81f325ed33 (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/cwtex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/cwtex/Makefile b/chinese/cwtex/Makefile index 8854b7840193..37e6fce8ede7 100644 --- a/chinese/cwtex/Makefile +++ b/chinese/cwtex/Makefile @@ -35,7 +35,7 @@ do-install: .include <bsd.port.pre.mk> -PSFONTSMAP!= ${LOCALBASE}/bin/kpsewhich -format 'dvips config' config.ps +PSFONTSMAP!= ${LOCALBASE}/bin/kpsewhich -format 'dvips config' config.ps 2>/dev/null || ${ECHO_CMD} "/dev/null" .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" BROKEN= Does not install on ia64 or sparc64 |