summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorobache <obache>2010-10-03 13:03:51 +0000
committerobache <obache>2010-10-03 13:03:51 +0000
commita89ae27f88f06f38005a3432e3ae7518c84e729a (patch)
tree9e594c2eddd812958dbae217905efdf4b103961a /misc
parent716815316790cb258a5569db290a0a6d8b529b38 (diff)
downloadpkgsrc-a89ae27f88f06f38005a3432e3ae7518c84e729a.tar.gz
require some directories before installation.
Diffstat (limited to 'misc')
-rw-r--r--misc/hanzim/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/hanzim/Makefile b/misc/hanzim/Makefile
index 4a032fa44bb..c8d47618bb3 100644
--- a/misc/hanzim/Makefile
+++ b/misc/hanzim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/08/17 22:38:01 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2010/10/03 13:03:51 obache Exp $
#
DISTNAME= hanzim-1.3
@@ -20,6 +20,8 @@ BUILD_TARGET= hanzim
# XXX
#MAKE_ENV+= SHELL=${SH:Q} LC_CTYPE=en_US.ISO8859-1
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+
.include "../../lang/tcl/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"