From owner-svn-ports-all@FreeBSD.ORG Fri Oct 31 14:44:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC75386D; Fri, 31 Oct 2014 14:44:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8C8EB41; Fri, 31 Oct 2014 14:44:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9VEifUW063532; Fri, 31 Oct 2014 14:44:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9VEifD0063530; Fri, 31 Oct 2014 14:44:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410311444.s9VEifD0063530@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 31 Oct 2014 14:44:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371837 - head/games/fargoal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2014 14:44:42 -0000 Author: amdmi3 Date: Fri Oct 31 14:44:40 2014 New Revision: 371837 URL: https://svnweb.freebsd.org/changeset/ports/371837 QAT: https://qat.redports.org/buildarchive/r371837/ Log: - Simplify installation - Drop @dirrm* from plist Modified: head/games/fargoal/Makefile head/games/fargoal/pkg-plist Modified: head/games/fargoal/Makefile ============================================================================== --- head/games/fargoal/Makefile Fri Oct 31 14:44:35 2014 (r371836) +++ head/games/fargoal/Makefile Fri Oct 31 14:44:40 2014 (r371837) @@ -22,15 +22,6 @@ SUB_FILES= ${PORTNAME}-sh do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/../sword ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} -.for f in agreement.txt data gfx sfx - @${MKDIR} ${STAGEDIR}${DATADIR} - ${CP} -R ${WRKSRC}/../${f} ${STAGEDIR}${DATADIR} -.endfor - -post-install: - @${FIND} ${STAGEDIR}${DATADIR} -type f -print0 | \ - ${XARGS} -0 ${CHMOD} ${SHAREMODE} - @${FIND} ${STAGEDIR}${DATADIR} -type d -print0 | \ - ${XARGS} -0 ${CHMOD} ${BINMODE} + cd ${WRKSRC}/.. && ${COPYTREE_SHARE} "agreement.txt data gfx sfx" ${STAGEDIR}${DATADIR} .include Modified: head/games/fargoal/pkg-plist ============================================================================== --- head/games/fargoal/pkg-plist Fri Oct 31 14:44:35 2014 (r371836) +++ head/games/fargoal/pkg-plist Fri Oct 31 14:44:40 2014 (r371837) @@ -48,7 +48,3 @@ libexec/fargoal %%DATADIR%%/sfx/ugh.wav %%DATADIR%%/sfx/up.wav %%DATADIR%%/sfx/victory.wav -@dirrm %%DATADIR%%/sfx -@dirrm %%DATADIR%%/gfx -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%%