diff options
-rw-r--r-- | games/xtris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |