svn commit: r332559 - head/games/latrine
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Nov 2 23:29:19 UTC 2013
Author: danilo
Date: Sat Nov 2 23:29:18 2013
New Revision: 332559
URL: http://svnweb.freebsd.org/changeset/ports/332559
Log:
- Add stage support
- Convert USE_GMAKE to USES
Modified:
head/games/latrine/Makefile
head/games/latrine/pkg-plist
Modified: head/games/latrine/Makefile
==============================================================================
--- head/games/latrine/Makefile Sat Nov 2 23:25:58 2013 (r332558)
+++ head/games/latrine/Makefile Sat Nov 2 23:29:18 2013 (r332559)
@@ -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/|<|'
Modified: head/games/latrine/pkg-plist
==============================================================================
--- head/games/latrine/pkg-plist Sat Nov 2 23:25:58 2013 (r332558)
+++ head/games/latrine/pkg-plist Sat Nov 2 23:29:18 2013 (r332559)
@@ -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
More information about the svn-ports-all
mailing list