summaryrefslogtreecommitdiff
path: root/misc/jhd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/jhd/Makefile')
-rw-r--r--misc/jhd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/jhd/Makefile b/misc/jhd/Makefile
index 313e62aa375..f0cded030ea 100644
--- a/misc/jhd/Makefile
+++ b/misc/jhd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/03/24 21:12:57 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:21 jlam Exp $
DISTNAME= jhd-2.3
CATEGORIES= japanese misc
@@ -9,6 +9,8 @@ COMMENT= Japanese Hexadecimal Dump
BUILD_DEPENDS= nkf-1.7:../../converters/nkf
+INSTALLATION_DIRS= bin man/ja_JP.EUC/man1
+
post-build:
@(cd ${WRKSRC}; ${MV} jhd.1 jhd.1.org; nkf -e jhd.1.org > jhd.1)