diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-03 07:29:18 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-03 07:29:18 +0800 |
commit | 896bdfc5bb90590d8bdfadf9a30d67091cda7c5e (patch) | |
tree | c4702dbdc8d7468eb959fd4a3bade4e62d76e9ed /games/latrine | |
parent | 1c4ccc75ddb64647cbcad87ccc68f28b2d0b04c6 (diff) | |
download | freebsd-ports-gnome-896bdfc5bb90590d8bdfadf9a30d67091cda7c5e.tar.gz freebsd-ports-gnome-896bdfc5bb90590d8bdfadf9a30d67091cda7c5e.tar.zst freebsd-ports-gnome-896bdfc5bb90590d8bdfadf9a30d67091cda7c5e.zip |
- Add stage support
- Convert USE_GMAKE to USES
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 |