pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/qonk



Module Name:    pkgsrc
Committed By:   dholland
Date:           Tue Dec 13 19:17:42 UTC 2016

Modified Files:
        pkgsrc/games/qonk: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/games/qonk/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/qonk/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/qonk/Makefile
diff -u pkgsrc/games/qonk/Makefile:1.13 pkgsrc/games/qonk/Makefile:1.14
--- pkgsrc/games/qonk/Makefile:1.13     Sat Apr 25 14:23:02 2015
+++ pkgsrc/games/qonk/Makefile  Tue Dec 13 19:17:42 2016
@@ -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 @@ LICENSE=     gnu-gpl-v2
 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"

Index: pkgsrc/games/qonk/PLIST
diff -u pkgsrc/games/qonk/PLIST:1.2 pkgsrc/games/qonk/PLIST:1.3
--- pkgsrc/games/qonk/PLIST:1.2 Sun Jun 14 17:56:54 2009
+++ pkgsrc/games/qonk/PLIST     Tue Dec 13 19:17:42 2016
@@ -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