aboutsummaryrefslogtreecommitdiffstats
path: root/games/netrek-BRMH-bin
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-11-17 08:57:53 +0800
committerdanilo <danilo@FreeBSD.org>2013-11-17 08:57:53 +0800
commit8657d9d41cb16b88af9a5634035c52ef5eba177e (patch)
treebe2d7ccccb08c6a117d813eab666238b719f66c2 /games/netrek-BRMH-bin
parentd02932eb64c8d0415b8d10e5c645dcb91e1f8c5d (diff)
downloadfreebsd-ports-gnome-8657d9d41cb16b88af9a5634035c52ef5eba177e.tar.gz
freebsd-ports-gnome-8657d9d41cb16b88af9a5634035c52ef5eba177e.tar.zst
freebsd-ports-gnome-8657d9d41cb16b88af9a5634035c52ef5eba177e.zip
- Remove the indefinite article from COMMENT
- Add stage support
Diffstat (limited to 'games/netrek-BRMH-bin')
-rw-r--r--games/netrek-BRMH-bin/Makefile8
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>