diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-30 10:49:17 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-30 10:49:17 +0000 |
commit | 7a5d288d08d7f3093bb708e5008e6931d6d9622c (patch) | |
tree | 765251da83e2a7763a1c877a578ee8ec9b64b8c2 /games/nlarn/Makefile | |
parent | cc834c41e493ae7ab0abc5e8a1df1c0edc98e2fd (diff) |
Notes
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}|' \ |