svn commit: r333641 - head/games/xcheckers

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Nov 13 02:09:19 UTC 2013


Author: danilo
Date: Wed Nov 13 02:09:18 2013
New Revision: 333641
URL: http://svnweb.freebsd.org/changeset/ports/333641

Log:
  - Remove keywords from pkg-plist
  - Add stage support

Modified:
  head/games/xcheckers/Makefile
  head/games/xcheckers/pkg-plist   (contents, props changed)

Modified: head/games/xcheckers/Makefile
==============================================================================
--- head/games/xcheckers/Makefile	Wed Nov 13 02:06:26 2013	(r333640)
+++ head/games/xcheckers/Makefile	Wed Nov 13 02:09:18 2013	(r333641)
@@ -13,10 +13,6 @@ COMMENT=	Checkers game for X11
 USES=		imake
 USE_XORG=	x11 xext xpm
 
-MAN6=		xcheckers.6 simplech.6
-
-# included by both imake and sh
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} '/^#/d' ${WRKSRC}/Local.config
 

Modified: head/games/xcheckers/pkg-plist
==============================================================================
--- head/games/xcheckers/pkg-plist	Wed Nov 13 02:06:26 2013	(r333640)
+++ head/games/xcheckers/pkg-plist	Wed Nov 13 02:09:18 2013	(r333641)
@@ -1,6 +1,7 @@
- at comment $FreeBSD$
 bin/simplech
 bin/xcheckers
+man/man6/simplech.6.gz
+man/man6/xcheckers.6.gz
 %%DATADIR%%/big.xpm
 %%DATADIR%%/scene.xpm
 %%DATADIR%%/stars.xpm


More information about the svn-ports-all mailing list