From 87e1bea888d90a6044a18e46681bc456ea30305c Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 7 Jan 2007 09:13:46 +0000 Subject: Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. --- games/qnetwalk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/qnetwalk') diff --git a/games/qnetwalk/Makefile b/games/qnetwalk/Makefile index c21139ca7fc..e6de528e76f 100644 --- a/games/qnetwalk/Makefile +++ b/games/qnetwalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/22 09:22:09 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2007/01/07 09:13:54 rillig Exp $ # DISTNAME= qnetwalk-1.2 @@ -15,7 +15,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= YES QNETWALK_BIN= ${PREFIX}/bin -QNETWALK_MAN= ${PREFIX}/man/man6 +QNETWALK_MAN= ${PREFIX}/${PKGMANDIR}/man6 QNETWALK_DATA= ${PREFIX}/share/games/${PKGBASE} QNETWALK_TR= ${QNETWALK_DATA} KDEDIR= ${PREFIX:Q}/share/kde -- cgit v1.2.3