svn commit: r353895 - head/games/xrobots

Edwin Groothuis edwin at FreeBSD.org
Mon May 12 21:10:11 UTC 2014


Author: edwin
Date: Mon May 12 21:10:10 2014
New Revision: 353895
URL: http://svnweb.freebsd.org/changeset/ports/353895
QAT: https://qat.redports.org/buildarchive/r353895/

Log:
  Stagify for games/xrobots

Modified:
  head/games/xrobots/Makefile
  head/games/xrobots/pkg-plist

Modified: head/games/xrobots/Makefile
==============================================================================
--- head/games/xrobots/Makefile	Mon May 12 20:41:43 2014	(r353894)
+++ head/games/xrobots/Makefile	Mon May 12 21:10:10 2014	(r353895)
@@ -13,12 +13,10 @@ COMMENT=	Fight off villainous robots (X 
 
 USES=		imake
 USE_XORG=	x11 xaw xext xmu xt sm ice
-WRKSRC=		${WRKDIR}/xrobots-1.0
-MAN6=		xrobots.6
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-NO_STAGE=	yes
 post-install:
-	${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11
+	${CP} ${FILESDIR}/xrobotscores ${STAGEDIR}${PREFIX}/lib/X11
 
 post-patch:
 	${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g' \

Modified: head/games/xrobots/pkg-plist
==============================================================================
--- head/games/xrobots/pkg-plist	Mon May 12 20:41:43 2014	(r353894)
+++ head/games/xrobots/pkg-plist	Mon May 12 21:10:10 2014	(r353895)
@@ -1,2 +1,7 @@
+man/man6/xrobots.6.gz
+ at mode 2755
+ at group games
 bin/xrobots
+ at mode 664
+ at group games
 lib/X11/xrobotscores


More information about the svn-ports-head mailing list