diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-27 12:43:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-27 12:43:58 +0000 |
commit | 6432f76116c5a27e6f554145314e47d93eeec7a9 (patch) | |
tree | 7b0ecdb39c4a9515981269490533dfaa0da2ae19 /games | |
parent | 90d137a24f6be06ef7e5698f88a769fe7d6156d8 (diff) | |
download | pkgsrc-6432f76116c5a27e6f554145314e47d93eeec7a9.tar.gz |
Create ${PKGMANDIR}/man6, not ${PREFIX}/man6.
Diffstat (limited to 'games')
-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" |