pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xtris Create ${PKGMANDIR}/man6, not ${PREFIX}/man6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d3bc478794f
branches:  trunk
changeset: 522845:6d3bc478794f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 27 12:43:58 2006 +0000

description:
Create ${PKGMANDIR}/man6, not ${PREFIX}/man6.

diffstat:

 games/xtris/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6c41ad9a9206 -r 6d3bc478794f games/xtris/Makefile
--- a/games/xtris/Makefile      Wed Dec 27 12:42:36 2006 +0000
+++ b/games/xtris/Makefile      Wed Dec 27 12:43:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/12/19 12:40:48 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2006/12/27 12:43:58 joerg Exp $
 #
 
 DISTNAME=      xtris-1.15
@@ -17,7 +17,7 @@
 
 .include "options.mk"
 
-INSTALLATION_DIRS=     bin ${PREFIX}/man6
+INSTALLATION_DIRS=     bin ${PREFIX}/${PKGMANDIR}/man6
 
 .include "../../mk/x11.buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index