diff options
Diffstat (limited to 'games/jvgs/Makefile')
-rw-r--r-- | games/jvgs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/jvgs/Makefile b/games/jvgs/Makefile index b4faf59d0a8d..af04f474ea04 100644 --- a/games/jvgs/Makefile +++ b/games/jvgs/Makefile @@ -7,7 +7,7 @@ PORTNAME= jvgs PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -30,6 +30,8 @@ NO_CDROM= contains data under CC-by-NC-SA PORTDOCS= AUTHORS +PORTDCOUT= ignore:0.5 # unplayable due to broken double jump + post-patch: @${REINPLACE_CMD} -e 's|main.lua|${DATADIR}/&|' ${WRKSRC}/src/main.cpp |