svn commit: r302797 - head/games/moagg

Guido Falsi madpilot at FreeBSD.org
Mon Aug 20 11:41:05 UTC 2012


Author: madpilot
Date: Mon Aug 20 11:41:04 2012
New Revision: 302797
URL: http://svn.freebsd.org/changeset/ports/302797

Log:
  Unconditionally install DATA files.
  The port requires them to work in any way.
  
  Reported by:	jgh
  Approved by:	nemysis <nemysis at gmx.ch> (maintainer, via email)
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/games/moagg/Makefile

Modified: head/games/moagg/Makefile
==============================================================================
--- head/games/moagg/Makefile	Mon Aug 20 10:36:48 2012	(r302796)
+++ head/games/moagg/Makefile	Mon Aug 20 11:41:04 2012	(r302797)
@@ -44,13 +44,11 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/run.sh.new ${PREFIX}/bin/${PORTNAME}
 
 # Data
-.if !defined (NOPORTDATA)
 	${MKDIR} ${DATADIR}
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "data ghosts jar" ${DATADIR})
-.  for d in hiscores.dat log4j.properties
+.for d in hiscores.dat log4j.properties
 	${INSTALL_DATA} ${WRKSRC}/${d} ${DATADIR}
-.  endfor
-.endif
+.endfor
 
 # Pixmaps
 	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/crates.png ${PREFIX}/share/pixmaps/${PORTNAME}.png



More information about the svn-ports-head mailing list