diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-06-04 15:30:14 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-06-04 15:30:14 +0000 |
commit | e7d7eaa3ff29c47c378852752c60dcd0a808242a (patch) | |
tree | 9f2e859b63c408184a79012f6a31967ffddcf92d /chinese | |
parent | bcd96af70b251ff0ad856b3010ed83191d82db0b (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ttf2pt1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/ttf2pt1/Makefile b/chinese/ttf2pt1/Makefile index c9eca930f241..030ff89cc093 100644 --- a/chinese/ttf2pt1/Makefile +++ b/chinese/ttf2pt1/Makefile @@ -18,6 +18,8 @@ COMMENT= True Type Font to Postscript Type 1 Converter with chinese maps RUN_DEPENDS= ttf2pt1:${PORTSDIR}/print/ttf2pt1 +MAKE_ARGS= INSTDIR="${PREFIX}" + NO_BUILD= yes .include <bsd.port.mk> |