diff options
Diffstat (limited to 'games/jools/Makefile')
-rw-r--r-- | games/jools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/jools/Makefile b/games/jools/Makefile index b8152aa85f6..a2feb69972f 100644 --- a/games/jools/Makefile +++ b/games/jools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/08/16 20:45:38 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2018/01/14 17:33:59 rillig Exp $ DISTNAME= jools-0.20 PKGREVISION= 4 @@ -13,7 +13,7 @@ COMMENT= Bejeweled clone DEPENDS+= ${PYPKGPREFIX}-game>=1.4:../../devel/py-game PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.20 -REPLACE_PYTHON= jools/__init__.py +REPLACE_PYTHON= jools/__init__.py post-install: ${INSTALL_DATA} ${WRKDIR}/README ${DESTDIR}${PREFIX}/share/jools/music |