Bug 177552 - games/xevil: Fix build
Summary: games/xevil: Fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-01 19:40 UTC by tkato432
Modified: 2013-04-03 07:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.19 KB, patch)
2013-04-01 19:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-04-01 19:40:01 UTC
- Fix build
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-01 19:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-04-03 07:28:32 UTC
Author: miwi
Date: Wed Apr  3 06:28:19 2013
New Revision: 315695
URL: http://svnweb.freebsd.org/changeset/ports/315695

Log:
  - Fix build
  
  PR:		177552
  Submitted by:	ports fury
  Approved by:	portmgr

Modified:
  head/games/xevil/Makefile

Modified: head/games/xevil/Makefile
==============================================================================
--- head/games/xevil/Makefile	Wed Apr  3 06:24:06 2013	(r315694)
+++ head/games/xevil/Makefile	Wed Apr  3 06:28:19 2013	(r315695)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}.mirror \
 DISTNAME=	${PORTNAME}src${PORTVERSION:S/.r/r/}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A fast-action, networked, anti-social, kill-everything game
+COMMENT=	Fast-action, networked, anti-social, kill-everything game
 
 LICENSE=	GPLv2
 
@@ -18,13 +18,11 @@ OPTIONS_DEFINE=	DOCS
 
 NO_WRKSUBDIR=yes
 
-BROKEN=		does not build
-
 USE_ZIP=	yes
 USE_XORG=	xpm
 USE_DOS2UNIX=	*.cpp *.h config.mk makefile
 MAKEFILE=	makefile
-MAKE_ARGS=	DEPTH="${WKRSRC}"
+MAKE_ARGS=	DEPTH="${WRKSRC}"
 ALL_TARGET=	${OPSYS:L}
 MAKE_JOBS_SAFE=	yes
 
@@ -33,14 +31,14 @@ PLIST_FILES=	bin/${PORTNAME}
 
 .include <bsd.port.options.mk>
 
-port-patch:
+post-patch:
 	@${FIND} ${WRKSRC} -name "*.xpm" | ${XARGS} ${REINPLACE_CMD} -e \
 		's|^static char|static const char|'
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/x11/${OPSYS:U}/${PORTNAME} ${PREFIX}/bin
 .if ${PORT_OPTIONS:MDOCS}
-	@{MKDIR} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
 	@${MKDIR} ${DOCSDIR}/instructions
 	${INSTALL_DATA} ${WRKSRC}/instructions/* ${DOCSDIR}/instructions
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-04-03 07:28:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!