Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2013 02:28:56 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333645 - head/games/xdemineur
Message-ID:  <201311130228.rAD2Su0x014603@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311130228.rAD2Su0x014603>