svn commit: r333790 - head/games/xminesweep

Danilo Egea Gondolfo danilo at FreeBSD.org
Thu Nov 14 21:04:37 UTC 2013


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>


More information about the svn-ports-all mailing list