summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorrillig <rillig>2006-06-26 06:29:25 +0000
committerrillig <rillig>2006-06-26 06:29:25 +0000
commit7797c76a957f186f04bc51fe9399201721a4c855 (patch)
tree78068ceeb6493ef4de60aaf98c0a50def9df9229 /comms
parent1925b0885315470d3bf1431be1eab123cead1c07 (diff)
downloadpkgsrc-7797c76a957f186f04bc51fe9399201721a4c855.tar.gz
The directory man/cat1 is needed prior to installation.
Diffstat (limited to 'comms')
-rw-r--r--comms/kyopon/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/kyopon/Makefile b/comms/kyopon/Makefile
index 0a57012fe93..6e3156dbe74 100644
--- a/comms/kyopon/Makefile
+++ b/comms/kyopon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/06/18 11:41:37 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2006/06/26 06:29:25 rillig Exp $
DISTNAME= kyopon-0.3
PKGREVISION= 1
@@ -16,4 +16,7 @@ MAKE_FLAGS+= MANDIR="${PREFIX}/man"
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP}
MAKE_ENV+= MANOWN=${MANOWN} MANGRP=${MANGRP}
+pre-install:
+ ${INSTALL_MAN_DIR} ${PREFIX}/${PKGMANDIR}/cat1
+
.include "../../mk/bsd.pkg.mk"