svn commit: r333645 - head/games/xdemineur

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Nov 13 02:28:56 UTC 2013


Author: danilo
Date: Wed Nov 13 02:28:56 2013
New Revision: 333645
URL: http://svnweb.freebsd.org/changeset/ports/333645

Log:
  - Add stage support
  - Remove a non-ascii character from pkg-descr

Modified:
  head/games/xdemineur/Makefile
  head/games/xdemineur/pkg-descr

Modified: head/games/xdemineur/Makefile
==============================================================================
--- head/games/xdemineur/Makefile	Wed Nov 13 02:24:04 2013	(r333644)
+++ head/games/xdemineur/Makefile	Wed Nov 13 02:28:56 2013	(r333645)
@@ -14,8 +14,7 @@ COMMENT=	Another minesweeper game for th
 
 USES=		imake
 USE_XORG=	xpm
-MAN1=		xdemineur.1
-PLIST_FILES=	bin/xdemineur
+PLIST_FILES=	bin/xdemineur \
+		man/man1/xdemineur.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/games/xdemineur/pkg-descr
==============================================================================
--- head/games/xdemineur/pkg-descr	Wed Nov 13 02:24:04 2013	(r333644)
+++ head/games/xdemineur/pkg-descr	Wed Nov 13 02:28:56 2013	(r333645)
@@ -1,4 +1,4 @@
-Xdémineur is a minesweeper game for the X Window System.
+Xdemineur is a minesweeper game for the X Window System.
 
 The object of this game is to find the location of the mines
 hidden in the minefield and to mark their location by placing a


More information about the svn-ports-head mailing list