Date: Thu, 14 Nov 2013 21:04:37 +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: r333790 - head/games/xminesweep Message-ID: <201311142104.rAEL4bZa087976@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Thu Nov 14 21:04:37 2013 New Revision: 333790 URL: http://svnweb.freebsd.org/changeset/ports/333790 Log: - Add stage support Modified: head/games/xminesweep/Makefile Modified: head/games/xminesweep/Makefile ============================================================================== --- head/games/xminesweep/Makefile Thu Nov 14 20:51:43 2013 (r333789) +++ head/games/xminesweep/Makefile Thu Nov 14 21:04:37 2013 (r333790) @@ -17,8 +17,6 @@ COMMENT= X11 minesweeper game USES= imake USE_XORG= x11 xext xmu xaw xt xpm sm ice -MAN1= xminesweep.1 -PLIST_FILES= bin/xminesweep +PLIST_FILES= bin/xminesweep man/man1/xminesweep.1.gz -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311142104.rAEL4bZa087976>