svn commit: r333973 - head/games/gnono
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Nov 16 02:56:37 UTC 2013
Author: danilo
Date: Sat Nov 16 02:56:36 2013
New Revision: 333973
URL: http://svnweb.freebsd.org/changeset/ports/333973
Log:
- Add stage support
Modified:
head/games/gnono/Makefile
head/games/gnono/pkg-plist
Modified: head/games/gnono/Makefile
==============================================================================
--- head/games/gnono/Makefile Sat Nov 16 02:52:58 2013 (r333972)
+++ head/games/gnono/Makefile Sat Nov 16 02:56:36 2013 (r333973)
@@ -17,9 +17,7 @@ INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAN6= ${PORTNAME}.6
-NO_STAGE= yes
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \
's|-DG.*_DISABLE_DEPRECATED||g' -e 's|-Werror||g'
Modified: head/games/gnono/pkg-plist
==============================================================================
--- head/games/gnono/pkg-plist Sat Nov 16 02:52:58 2013 (r333972)
+++ head/games/gnono/pkg-plist Sat Nov 16 02:56:36 2013 (r333973)
@@ -1,4 +1,5 @@
bin/gnono
+man/man6/gnono.6.gz
share/icons/hicolor/16x16/apps/gnono.png
share/icons/hicolor/22x22/apps/gnono.png
share/icons/hicolor/24x24/apps/gnono.png
More information about the svn-ports-head
mailing list