diff options
author | rillig <rillig@pkgsrc.org> | 2006-12-19 12:06:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-12-19 12:06:28 +0000 |
commit | 8453497449d48dd6092bb767bc5996da9af5ac1f (patch) | |
tree | a4b56099cb5f182eaca02576e8f203713b1985dd /games | |
parent | b5cf75de305a17b38ef5e26fd10adc729f06498c (diff) | |
download | pkgsrc-8453497449d48dd6092bb767bc5996da9af5ac1f.tar.gz |
Fixed PKGMANDIR.
Diffstat (limited to 'games')
-rw-r--r-- | games/fkiss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 12af9573834..35d30cf6469 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/12/15 14:34:20 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2006/12/19 12:06:28 rillig Exp $ # DISTNAME= fkiss-0.33 @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes CFLAGS+= -DUSE_STDARG -DHAVE_STDARG_H CFLAGS+= -DDEV_SOUND="\"${DEVOSSSOUND}\"" BUILD_TARGET= fkiss -INSTALLATION_DIRS= bin man/man6 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 post-patch: ${MV} ${WRKSRC}/sound.c ${WRKSRC}/sound.c.bak @@ -34,7 +34,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fkiss ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/fkiss.man ${PREFIX}/man/man6/fkiss.6 + ${INSTALL_MAN} ${WRKSRC}/fkiss.man ${PREFIX}/${PKGMANDIR}/man6/fkiss.6 ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fkiss ${INSTALL_DATA} ${WRKSRC}/fkissrc.smp \ ${PREFIX}/share/examples/fkiss/fkissrc |