From 6432f76116c5a27e6f554145314e47d93eeec7a9 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 27 Dec 2006 12:43:58 +0000 Subject: Create ${PKGMANDIR}/man6, not ${PREFIX}/man6. --- games/xtris/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/xtris/Makefile b/games/xtris/Makefile index c48df36b653..298211bb596 100644 --- a/games/xtris/Makefile +++ b/games/xtris/Makefile @@ -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 @@ MAKE_ENV+= LIBS=${LIBS:Q} .include "options.mk" -INSTALLATION_DIRS= bin ${PREFIX}/man6 +INSTALLATION_DIRS= bin ${PREFIX}/${PKGMANDIR}/man6 .include "../../mk/x11.buildlink3.mk" -- cgit v1.2.3