diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /misc/jhd | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'misc/jhd')
-rw-r--r-- | misc/jhd/Makefile | 4 |
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) |