aboutsummaryrefslogtreecommitdiff
path: root/games/wmqstat/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2009-03-30 10:56:11 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2009-03-30 10:56:11 +0000
commitc7461e5281c739c39a62c23358eb160d504f168a (patch)
treee39eafd8a2467444483e25981c1c982cfd26f44d /games/wmqstat/Makefile
parent0203c8761c228ac40bfc7b9d49e04b34ccf3d2bd (diff)
downloadports-c7461e5281c739c39a62c23358eb160d504f168a.tar.gz
ports-c7461e5281c739c39a62c23358eb160d504f168a.zip
Fix parallel build and mark as MAKE_JOBS_SAFE.
Notes
Notes: svn path=/head/; revision=231298
Diffstat (limited to 'games/wmqstat/Makefile')
-rw-r--r--games/wmqstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wmqstat/Makefile b/games/wmqstat/Makefile
index 43f6673f0801..8214f2b36783 100644
--- a/games/wmqstat/Makefile
+++ b/games/wmqstat/Makefile
@@ -17,13 +17,13 @@ COMMENT= A dockapp for monitoring of various Internet game servers
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
USE_XORG= xpm x11 xext
+MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}