From dc221fa199df112a486c8e7b159eca9be0a4f3cb Mon Sep 17 00:00:00 2001 From: reed Date: Wed, 22 Dec 2004 16:46:19 +0000 Subject: Install manpage to man section 6. (No patch needed since was done with do-install target in first place.) Bump PKGREVISION. --- games/rocksndiamonds/Makefile | 3 ++- games/rocksndiamonds/Makefile.common | 7 +++++-- games/rocksndiamonds/PLIST | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'games/rocksndiamonds') diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index b8ccbf8ef81..4a9593195e7 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.20 2004/12/03 15:14:57 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2004/12/22 16:46:19 reed Exp $ # .include "Makefile.common" COMMENT= Game like Boulder Dash, Emerald Mine, or Sokoban (X11 build) +PKGREVISION= 1 .if ${OPSYS} == "SunOS" BUILD_TARGET= solaris diff --git a/games/rocksndiamonds/Makefile.common b/games/rocksndiamonds/Makefile.common index f9ae4e42b7d..e1fe0d15be6 100644 --- a/games/rocksndiamonds/Makefile.common +++ b/games/rocksndiamonds/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2004/11/03 15:14:17 adam Exp $ +# $NetBSD: Makefile.common,v 1.11 2004/12/22 16:46:19 reed Exp $ DISTNAME= rocksndiamonds-3.1.0 CATEGORIES= games x11 @@ -12,6 +12,8 @@ USE_GNU_TOOLS+= make USE_PKGINSTALL= YES USE_X11= YES +INSTALLATION_DIRS= man/man6 + PLIST_SRC= ${WRKDIR}/PLIST ../rocksndiamonds/PLIST PLIST_SUBST+= SCORE_PATH=${SCORE_PATH} PLIST_SUBST+= ROCK_INSTALL_DIR="${INSTALL} -d -o ${RND_USER} -g ${RND_GROUP} -m 775" @@ -37,7 +39,8 @@ pre-configure: do-install: ${INSTALL_PROGRAM} -o ${RND_USER} -g ${RND_GROUP} -m 2755 \ ${WRKSRC}/rocksndiamonds ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/rocksndiamonds.1 ${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/rocksndiamonds.1 \ + ${PREFIX}/man/man6/rocksndiamonds.6 ${INSTALL_DATA_DIR} ${PREFIX}/share/rocksndiamonds cd ${WRKSRC} && ${PAX} -rw sounds graphics levels music \ ${PREFIX}/share/rocksndiamonds/ diff --git a/games/rocksndiamonds/PLIST b/games/rocksndiamonds/PLIST index 347be45590a..ddc6674c870 100644 --- a/games/rocksndiamonds/PLIST +++ b/games/rocksndiamonds/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 2004/11/03 15:14:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/12/22 16:46:19 reed Exp $ bin/rocksndiamonds -man/man1/rocksndiamonds.1 +man/man6/rocksndiamonds.6 @dirrm share/rocksndiamonds/sounds/snd_classic @dirrm share/rocksndiamonds/sounds @dirrm share/rocksndiamonds/music/mus_classic -- cgit v1.2.3