pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/rocksndiamonds Use PKGMANDIR for man page.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/475fecf104c2
branches:  trunk
changeset: 504940:475fecf104c2
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Dec 28 04:53:36 2005 +0000

description:
Use PKGMANDIR for man page.

diffstat:

 games/rocksndiamonds/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r d85e86e173fb -r 475fecf104c2 games/rocksndiamonds/Makefile
--- a/games/rocksndiamonds/Makefile     Wed Dec 28 04:52:23 2005 +0000
+++ b/games/rocksndiamonds/Makefile     Wed Dec 28 04:53:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/12/11 09:40:43 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2005/12/28 04:53:36 reed Exp $
 
 DISTNAME=      rocksndiamonds-3.1.1
 PKGREVISION=   1
@@ -12,8 +12,8 @@
 USE_PKGINSTALL=                yes
 USE_TOOLS+=            gmake
 
-INSTALLATION_DIRS=     man/man6
-
+INSTALLATION_DIRS=     ${PKGMANDIR}/man6
+ 
 PLIST_SRC=     ${WRKDIR}/PLIST ../rocksndiamonds/PLIST
 PLIST_SUBST+=  SCORE_PATH=${SCORE_PATH:Q}
 PLIST_SUBST+=  ROCK_INSTALL_DIR="${INSTALL} -d -o ${RND_USER} -g ${RND_GROUP} -m 775"
@@ -48,7 +48,7 @@
        ${INSTALL_PROGRAM} -o ${RND_USER} -g ${RND_GROUP} -m 2755 \
                ${WRKSRC}/rocksndiamonds ${PREFIX}/bin/
        ${INSTALL_MAN} ${WRKSRC}/rocksndiamonds.1 \
-               ${PREFIX}/man/man6/rocksndiamonds.6
+               ${PREFIX}/${PKGMANDIR}/man6/rocksndiamonds.6
        ${INSTALL_DATA_DIR} ${PREFIX}/share/rocksndiamonds
        cd ${WRKSRC} && ${PAX} -rw sounds graphics levels music \
                ${PREFIX}/share/rocksndiamonds/



Home | Main Index | Thread Index | Old Index