diff options
author | joerg <joerg> | 2006-12-27 12:43:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-27 12:43:58 +0000 |
commit | bf64c938460d5b59db13b14b1c0631ed2167b7e6 (patch) | |
tree | 7b0ecdb39c4a9515981269490533dfaa0da2ae19 | |
parent | 098e43c57cd25d422a8e242fb2fa978464756507 (diff) | |
download | pkgsrc-bf64c938460d5b59db13b14b1c0631ed2167b7e6.tar.gz |
Create ${PKGMANDIR}/man6, not ${PREFIX}/man6.
-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" |