diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-10-20 14:34:23 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-10-20 14:34:23 +0000 |
commit | 984da29c308ab8d6a1a816ca71298596d5ebd34d (patch) | |
tree | cb93da79dac2002595de2f38c437449b089f7218 /korean | |
parent | 5698723902eb5ace584cd0849ae2d4dd18174f05 (diff) |
Fix the build problem with XFree86 4.0.x.
It try to build hanterm.html from hanterm.man, which doesn't exist.
Notes
Notes:
svn path=/head/; revision=34024
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hanterm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korean/hanterm/Makefile b/korean/hanterm/Makefile index 63c3773c4211..3926a4c3b951 100644 --- a/korean/hanterm/Makefile +++ b/korean/hanterm/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/j USE_IMAKE= yes NO_INSTALL_MANPAGES= yes +ALL_TARGET= hanterm post-install: ${MKDIR} ${PREFIX}/share/doc/hanterm |