diff options
author | cjh <cjh@FreeBSD.org> | 2000-10-20 22:34:23 +0800 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2000-10-20 22:34:23 +0800 |
commit | 7056aabbaa5cdda3179ebe4163a862ed3e2776c6 (patch) | |
tree | d706a5af864844b8ba22cf4c0e9ceb2c9c5eb7d7 | |
parent | a6246e5e8bb977dd27a0ac247773ee13741cbd00 (diff) | |
download | freebsd-ports-gnome-7056aabbaa5cdda3179ebe4163a862ed3e2776c6.tar.gz freebsd-ports-gnome-7056aabbaa5cdda3179ebe4163a862ed3e2776c6.tar.zst freebsd-ports-gnome-7056aabbaa5cdda3179ebe4163a862ed3e2776c6.zip |
Fix the build problem with XFree86 4.0.x.
It try to build hanterm.html from hanterm.man, which doesn't exist.
-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 |