From owner-svn-ports-head@FreeBSD.ORG Wed Nov 13 14:27:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86E8D494; Wed, 13 Nov 2013 14:27:34 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76911258E; Wed, 13 Nov 2013 14:27:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rADERYH7059413; Wed, 13 Nov 2013 14:27:34 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rADERY2J059411; Wed, 13 Nov 2013 14:27:34 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311131427.rADERY2J059411@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 13 Nov 2013 14:27:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333690 - head/games/xfireworks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Wed, 13 Nov 2013 14:27:34 -0000 Author: danilo Date: Wed Nov 13 14:27:33 2013 New Revision: 333690 URL: http://svnweb.freebsd.org/changeset/ports/333690 Log: - Add stage support Modified: head/games/xfireworks/Makefile head/games/xfireworks/pkg-plist Modified: head/games/xfireworks/Makefile ============================================================================== --- head/games/xfireworks/Makefile Wed Nov 13 14:26:49 2013 (r333689) +++ head/games/xfireworks/Makefile Wed Nov 13 14:27:33 2013 (r333690) @@ -15,15 +15,9 @@ LICENSE_COMB= dual USE_XORG= x11 -MAN1= xfireworks.1 - -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xfireworks ${PREFIX}/bin/xfireworks - ${INSTALL_MAN} ${WRKSRC}/xfireworks.1 ${MANPREFIX}/man/man1 - ${INSTALL_DATA} ${WRKSRC}/xfireworks.conf ${PREFIX}/etc/xfireworks.conf.sample -.if !exists(${PREFIX}/etc/xfireworks.conf) - ${CP} ${PREFIX}/etc/xfireworks.conf.sample ${PREFIX}/etc/xfireworks.conf -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/xfireworks ${STAGEDIR}${PREFIX}/bin/xfireworks + ${INSTALL_MAN} ${WRKSRC}/xfireworks.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/xfireworks.conf ${STAGEDIR}${PREFIX}/etc/xfireworks.conf.sample .include Modified: head/games/xfireworks/pkg-plist ============================================================================== --- head/games/xfireworks/pkg-plist Wed Nov 13 14:26:49 2013 (r333689) +++ head/games/xfireworks/pkg-plist Wed Nov 13 14:27:33 2013 (r333690) @@ -1,4 +1,5 @@ bin/xfireworks +man/man1/xfireworks.1.gz @unexec if cmp -s %D/etc/xfireworks.conf %D/etc/xfireworks.conf.sample; then rm -f %D/etc/xfireworks.conf; fi etc/xfireworks.conf.sample @exec test -f %B/xfireworks.conf || cp %B/%f %B/xfireworks.conf