pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/qonk Install the README as qonk.txt so binary pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd761f1bdf1f
branches:  trunk
changeset: 355849:bd761f1bdf1f
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Tue Dec 13 19:17:42 2016 +0000

description:
Install the README as qonk.txt so binary package users have a chance of
being able to figure out how to play. PKGREVISION -> 10.

diffstat:

 games/qonk/Makefile |  9 +++++++--
 games/qonk/PLIST    |  3 ++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r 30f0468c2c74 -r bd761f1bdf1f games/qonk/Makefile
--- a/games/qonk/Makefile       Tue Dec 13 17:36:53 2016 +0000
+++ b/games/qonk/Makefile       Tue Dec 13 19:17:42 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2015/04/25 14:23:02 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2016/12/13 19:17:42 dholland Exp $
 #
 
 DISTNAME=      qonk-0.3.1
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qonk/}
 
@@ -14,6 +14,11 @@
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
 
+INSTALLATION_DIRS+=    bin share/doc share/qonk
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/qonk.txt
+
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../devel/SDL_ttf/buildlink3.mk"
 .include "../../devel/SDL_gfx/buildlink3.mk"
diff -r 30f0468c2c74 -r bd761f1bdf1f games/qonk/PLIST
--- a/games/qonk/PLIST  Tue Dec 13 17:36:53 2016 +0000
+++ b/games/qonk/PLIST  Tue Dec 13 19:17:42 2016 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:56:54 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/12/13 19:17:42 dholland Exp $
 bin/qonk
+share/doc/qonk.txt
 share/qonk/font.ttf
 share/qonk/highlight.png
 share/qonk/normal.png



Home | Main Index | Thread Index | Old Index