pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/kyopon The directory man/cat1 is needed prior to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90208b7152b2
branches:  trunk
changeset: 515141:90208b7152b2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jun 26 06:29:25 2006 +0000

description:
The directory man/cat1 is needed prior to installation.

diffstat:

 comms/kyopon/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 38e88d829212 -r 90208b7152b2 comms/kyopon/Makefile
--- a/comms/kyopon/Makefile     Mon Jun 26 05:59:00 2006 +0000
+++ b/comms/kyopon/Makefile     Mon Jun 26 06:29:25 2006 +0000
@@ -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_ENV+=             BINOWN=${BINOWN} BINGRP=${BINGRP}
 MAKE_ENV+=             MANOWN=${MANOWN} MANGRP=${MANGRP}
 
+pre-install:
+       ${INSTALL_MAN_DIR} ${PREFIX}/${PKGMANDIR}/cat1
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index