pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/tits This package needs man/cat8 to install c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/844da413c8ca
branches:  trunk
changeset: 515110:844da413c8ca
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 25 09:49:51 2006 +0000

description:
This package needs man/cat8 to install correctly into a previously empty
${LOCALBASE}.

diffstat:

 sysutils/tits/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 79dfcce0d545 -r 844da413c8ca sysutils/tits/Makefile
--- a/sysutils/tits/Makefile    Sun Jun 25 09:46:53 2006 +0000
+++ b/sysutils/tits/Makefile    Sun Jun 25 09:49:51 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/06/18 21:40:45 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2006/06/25 09:49:51 rillig Exp $
 #
 
 DISTNAME=       tits-1.1.1
@@ -24,6 +24,9 @@
           -e 's|/usr/local|${PREFIX}|g'                        \
           ${WRKSRC}/tits.8.in > ${WRKSRC}/tits.8
 
+pre-install:
+       ${INSTALL_MAN_DIR} ${MANDIR}/cat8
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/tits.conf ${PREFIX}/share/examples/
 



Home | Main Index | Thread Index | Old Index