diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-17 00:57:53 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-17 00:57:53 +0000 |
commit | 379e4f9df33af3e446fa828782d86caab4c5ea99 (patch) | |
tree | be2d7ccccb08c6a117d813eab666238b719f66c2 | |
parent | - Add stage support (diff) |
- Remove the indefinite article from COMMENT
- Add stage support
Notes
Notes:
svn path=/head/; revision=334043
-rw-r--r-- | games/netrek-BRMH-bin/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/netrek-BRMH-bin/Makefile b/games/netrek-BRMH-bin/Makefile index 8dd13377f16a..cdf6a87f9ec7 100644 --- a/games/netrek-BRMH-bin/Makefile +++ b/games/netrek-BRMH-bin/Makefile @@ -11,19 +11,17 @@ DISTNAME= BRMH-2.2p2.freebsd.bin EXTRACT_SUFX= .gz MAINTAINER= ports@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> |