diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-04 21:42:35 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-04 21:42:35 +0000 |
commit | 133a4f477bec44597c9444d0bc442a2f9b9012cc (patch) | |
tree | 154ec7b9d6febad1bd076169879296d8eaa40f10 /games/lexter | |
parent | 69b1673235f24e62bf8da170b38f6e6de573367b (diff) |
Notes
Diffstat (limited to 'games/lexter')
-rw-r--r-- | games/lexter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/lexter/Makefile b/games/lexter/Makefile index 9a75932c48a5..888a82c33d11 100644 --- a/games/lexter/Makefile +++ b/games/lexter/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --localstatedir=/var/games -USES= gettext +USES= gettext ncurses post-install: @${MKDIR} ${STAGEDIR}/var/games |