Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2012 11:41:05 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302797 - head/games/moagg
Message-ID:  <201208201141.q7KBf53K028696@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208201141.q7KBf53K028696>