diff options
Diffstat (limited to 'games/nlarn/Makefile')
-rw-r--r-- | games/nlarn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nlarn/Makefile b/games/nlarn/Makefile index 2fb74108e1f6..d350f243a240 100644 --- a/games/nlarn/Makefile +++ b/games/nlarn/Makefile @@ -4,6 +4,7 @@ PORTNAME= nlarn DISTVERSIONPREFIX= NLarn- DISTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= egypcio@FreeBSD.org @@ -13,8 +14,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake gnome lua:53 ncurses pkgconfig -USE_GNOME= glib20 introspection:build USE_GITHUB= yes +USE_GNOME= glib20 introspection:build post-configure: ${REINPLACE_CMD} 's|/usr/share/nlarn|${DATADIR}|' \ |