From owner-svn-ports-head@FreeBSD.ORG Wed Nov 13 02:31:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A1A2E38; Wed, 13 Nov 2013 02:31:19 +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 697302B53; Wed, 13 Nov 2013 02:31:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAD2VJHO017099; Wed, 13 Nov 2013 02:31:19 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAD2VJK4017097; Wed, 13 Nov 2013 02:31:19 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311130231.rAD2VJK4017097@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 13 Nov 2013 02:31:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333646 - in head/games/xdesktopwaves: . files 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 02:31:19 -0000 Author: danilo Date: Wed Nov 13 02:31:18 2013 New Revision: 333646 URL: http://svnweb.freebsd.org/changeset/ports/333646 Log: - Add stage support Modified: head/games/xdesktopwaves/Makefile head/games/xdesktopwaves/files/patch-makefile Modified: head/games/xdesktopwaves/Makefile ============================================================================== --- head/games/xdesktopwaves/Makefile Wed Nov 13 02:28:56 2013 (r333645) +++ head/games/xdesktopwaves/Makefile Wed Nov 13 02:31:18 2013 (r333646) @@ -10,10 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Simulation of water waves on the desktop -MAN1= xdesktopwaves.1 USE_XORG= x11 xext -PLIST_FILES= bin/xdesktopwaves +PLIST_FILES= bin/xdesktopwaves \ + man/man1/xdesktopwaves.1.gz -NO_STAGE= yes .include Modified: head/games/xdesktopwaves/files/patch-makefile ============================================================================== --- head/games/xdesktopwaves/files/patch-makefile Wed Nov 13 02:28:56 2013 (r333645) +++ head/games/xdesktopwaves/files/patch-makefile Wed Nov 13 02:31:18 2013 (r333646) @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Dec 18 13:47:40 2004 -+++ Makefile Wed Feb 23 22:28:56 2005 +--- ./Makefile.orig 2004-12-18 03:47:40.000000000 -0200 ++++ ./Makefile 2013-11-13 00:35:29.000000000 -0200 @@ -11,19 +11,19 @@ #=========================== C compiler configuration ========================== @@ -26,3 +26,14 @@ INSTALL = install RM = rm -f -v +@@ -41,8 +41,8 @@ + $(RM) xdesktopwaves.o + + install: xdesktopwaves xdesktopwaves.1 +- $(INSTALL) -c -m 0755 -s xdesktopwaves $(BINDIR)/xdesktopwaves +- $(INSTALL) -c -m 0444 xdesktopwaves.1 $(MAN1DIR)/xdesktopwaves.1 ++ $(INSTALL) -c -m 0755 -s xdesktopwaves ${DESTDIR}$(BINDIR)/xdesktopwaves ++ $(INSTALL) -c -m 0444 xdesktopwaves.1 ${DESTDIR}$(MAN1DIR)/xdesktopwaves.1 + + uninstall: + $(RM) $(BINDIR)/xdesktopwaves