Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 21:10:10 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353895 - head/games/xrobots
Message-ID:  <201405122110.s4CLAA5A055975@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+@mode 2755
+@group games
 bin/xrobots
+@mode 664
+@group games
 lib/X11/xrobotscores



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