From owner-svn-ports-head@FreeBSD.ORG Mon Aug 20 11:41:05 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D4A8106564A; Mon, 20 Aug 2012 11:41:05 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 787F68FC08; Mon, 20 Aug 2012 11:41:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7KBf5RS028699; Mon, 20 Aug 2012 11:41:05 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7KBf53K028696; Mon, 20 Aug 2012 11:41:05 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201208201141.q7KBf53K028696@svn.freebsd.org> From: Guido Falsi Date: Mon, 20 Aug 2012 11:41:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302797 - head/games/moagg X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 11:41:05 -0000 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 (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