diff options
Diffstat (limited to 'games/latrine')
-rw-r--r-- | games/latrine/Makefile | 6 | ||||
-rw-r--r-- | games/latrine/pkg-plist | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/games/latrine/Makefile b/games/latrine/Makefile index 8f974c4a7eb3..d3aceddd7db3 100644 --- a/games/latrine/Makefile +++ b/games/latrine/Makefile @@ -18,16 +18,12 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_CSTD= gnu89 USE_SQLITE= 3 USE_PERL5= build -USES= gettext ncurses perl5 -USE_GMAKE= yes +USES= gettext gmake ncurses perl5 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D_XOPEN_SOURCE_EXTENDED LDFLAGS+= -L${LOCALBASE}/lib -MAN1= latrine.1 - -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ 's|<ncursesw/|<|' diff --git a/games/latrine/pkg-plist b/games/latrine/pkg-plist index 2c189d72dafb..2ed2698993ab 100644 --- a/games/latrine/pkg-plist +++ b/games/latrine/pkg-plist @@ -1,4 +1,5 @@ bin/latrine +man/man1/latrine.1.gz share/locale/da/LC_MESSAGES/latrine.mo share/locale/de/LC_MESSAGES/latrine.mo share/locale/fr/LC_MESSAGES/latrine.mo |