svn commit: r334043 - head/games/netrek-BRMH-bin

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Nov 17 00:57:54 UTC 2013


Author: danilo
Date: Sun Nov 17 00:57:53 2013
New Revision: 334043
URL: http://svnweb.freebsd.org/changeset/ports/334043

Log:
  - Remove the indefinite article from COMMENT
  - Add stage support

Modified:
  head/games/netrek-BRMH-bin/Makefile

Modified: head/games/netrek-BRMH-bin/Makefile
==============================================================================
--- head/games/netrek-BRMH-bin/Makefile	Sun Nov 17 00:55:18 2013	(r334042)
+++ head/games/netrek-BRMH-bin/Makefile	Sun Nov 17 00:57:53 2013	(r334043)
@@ -11,19 +11,17 @@ DISTNAME=	BRMH-2.2p2.freebsd.bin
 EXTRACT_SUFX=	.gz
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A 16-player network space battle/conquest game with a Star Trek theme
+COMMENT=	16-player network space battle/conquest game with a Star Trek theme
 
 NO_BUILD=		YES
 NO_WRKSUBDIR=		YES
 PLIST_FILES=	bin/netrek
 
-NO_STAGE=	yes
 do-extract:
-	${MKDIR} ${WRKDIR}
+	@${MKDIR} ${WRKDIR}
 	${GUNZIP_CMD} < ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/netrek
 
 do-install:
-	${INSTALL} -c -o root -g wheel -m 555 ${WRKDIR}/netrek ${PREFIX}/bin
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL} -c -m 555 ${WRKDIR}/netrek ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list