pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/rocksndiamonds Install manpage to man section 6....
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b765c11ed2a
branches: trunk
changeset: 486094:3b765c11ed2a
user: reed <reed%pkgsrc.org@localhost>
date: Wed Dec 22 16:46:19 2004 +0000
description:
Install manpage to man section 6. (No patch needed since
was done with do-install target in first place.)
Bump PKGREVISION.
diffstat:
games/rocksndiamonds/Makefile | 3 ++-
games/rocksndiamonds/Makefile.common | 7 +++++--
games/rocksndiamonds/PLIST | 4 ++--
3 files changed, 9 insertions(+), 5 deletions(-)
diffs (55 lines):
diff -r 4ca95343b065 -r 3b765c11ed2a games/rocksndiamonds/Makefile
--- a/games/rocksndiamonds/Makefile Wed Dec 22 16:41:24 2004 +0000
+++ b/games/rocksndiamonds/Makefile Wed Dec 22 16:46:19 2004 +0000
@@ -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 -r 4ca95343b065 -r 3b765c11ed2a games/rocksndiamonds/Makefile.common
--- a/games/rocksndiamonds/Makefile.common Wed Dec 22 16:41:24 2004 +0000
+++ b/games/rocksndiamonds/Makefile.common Wed Dec 22 16:46:19 2004 +0000
@@ -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_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 @@
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 -r 4ca95343b065 -r 3b765c11ed2a games/rocksndiamonds/PLIST
--- a/games/rocksndiamonds/PLIST Wed Dec 22 16:41:24 2004 +0000
+++ b/games/rocksndiamonds/PLIST Wed Dec 22 16:46:19 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index