From 7056aabbaa5cdda3179ebe4163a862ed3e2776c6 Mon Sep 17 00:00:00 2001 From: cjh Date: Fri, 20 Oct 2000 14:34:23 +0000 Subject: Fix the build problem with XFree86 4.0.x. It try to build hanterm.html from hanterm.man, which doesn't exist. --- korean/hanterm/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit