diff options
author | dholland <dholland@pkgsrc.org> | 2016-12-13 19:17:42 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2016-12-13 19:17:42 +0000 |
commit | 282d741c6ca50cce58c65a0c145673f5b2c0d8cb (patch) | |
tree | e8fd2c71d343a88bd22187314e23d542654c2491 | |
parent | 66b4ff8ddfb6bd338871a74db787539a483ec268 (diff) | |
download | pkgsrc-282d741c6ca50cce58c65a0c145673f5b2c0d8cb.tar.gz |
Install the README as qonk.txt so binary package users have a chance of
being able to figure out how to play. PKGREVISION -> 10.
-rw-r--r-- | games/qonk/Makefile | 9 | ||||
-rw-r--r-- | games/qonk/PLIST | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/games/qonk/Makefile b/games/qonk/Makefile index 0afa55b3db0..aa0a360612d 100644 --- a/games/qonk/Makefile +++ b/games/qonk/Makefile @@ -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" diff --git a/games/qonk/PLIST b/games/qonk/PLIST index 41f746a0a39..cb5d0eaea08 100644 --- a/games/qonk/PLIST +++ b/games/qonk/PLIST @@ -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 |