diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-17 08:57:53 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-17 08:57:53 +0800 |
commit | 8657d9d41cb16b88af9a5634035c52ef5eba177e (patch) | |
tree | be2d7ccccb08c6a117d813eab666238b719f66c2 /games/netrek-BRMH-bin | |
parent | d02932eb64c8d0415b8d10e5c645dcb91e1f8c5d (diff) | |
download | freebsd-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/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> |