pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/fkiss Fixed PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d74d9c91ac1
branches:  trunk
changeset: 522720:9d74d9c91ac1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Dec 19 12:06:28 2006 +0000

description:
Fixed PKGMANDIR.

diffstat:

 games/fkiss/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c4336dae387b -r 9d74d9c91ac1 games/fkiss/Makefile
--- a/games/fkiss/Makefile      Tue Dec 19 07:54:51 2006 +0000
+++ b/games/fkiss/Makefile      Tue Dec 19 12:06:28 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/12/15 14:34:20 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2006/12/19 12:06:28 rillig Exp $
 #
 
 DISTNAME=              fkiss-0.33
@@ -22,7 +22,7 @@
 CFLAGS+=               -DUSE_STDARG -DHAVE_STDARG_H
 CFLAGS+=               -DDEV_SOUND="\"${DEVOSSSOUND}\""
 BUILD_TARGET=          fkiss
-INSTALLATION_DIRS=     bin man/man6
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man6
 
 post-patch:
        ${MV} ${WRKSRC}/sound.c ${WRKSRC}/sound.c.bak
@@ -34,7 +34,7 @@
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/fkiss ${PREFIX}/bin
-       ${INSTALL_MAN} ${WRKSRC}/fkiss.man ${PREFIX}/man/man6/fkiss.6
+       ${INSTALL_MAN} ${WRKSRC}/fkiss.man ${PREFIX}/${PKGMANDIR}/man6/fkiss.6
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fkiss
        ${INSTALL_DATA} ${WRKSRC}/fkissrc.smp \
                ${PREFIX}/share/examples/fkiss/fkissrc



Home | Main Index | Thread Index | Old Index