From owner-svn-ports-all@FreeBSD.ORG Wed Nov 13 01:54:11 2013 Return-Path: Delivered-To: svn-ports-all@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 0652237B; Wed, 13 Nov 2013 01:54:11 +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 E9B112957; Wed, 13 Nov 2013 01:54:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAD1sA0Z002909; Wed, 13 Nov 2013 01:54:10 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAD1sAah002907; Wed, 13 Nov 2013 01:54:10 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311130154.rAD1sAah002907@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 13 Nov 2013 01:54:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333637 - in head/games/xblood: . 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-all@freebsd.org X-Mailman-Version: 2.1.16 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: Wed, 13 Nov 2013 01:54:11 -0000 Author: danilo Date: Wed Nov 13 01:54:10 2013 New Revision: 333637 URL: http://svnweb.freebsd.org/changeset/ports/333637 Log: - Add stage support Modified: head/games/xblood/Makefile head/games/xblood/files/patch-aa Modified: head/games/xblood/Makefile ============================================================================== --- head/games/xblood/Makefile Wed Nov 13 01:38:47 2013 (r333636) +++ head/games/xblood/Makefile Wed Nov 13 01:54:10 2013 (r333637) @@ -12,9 +12,6 @@ COMMENT= Makes the root window bloody MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= x11 -MAN1= xblood.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/xblood +PLIST_FILES= bin/xblood man/man1/xblood.1.gz -NO_STAGE= yes .include Modified: head/games/xblood/files/patch-aa ============================================================================== --- head/games/xblood/files/patch-aa Wed Nov 13 01:38:47 2013 (r333636) +++ head/games/xblood/files/patch-aa Wed Nov 13 01:54:10 2013 (r333637) @@ -1,5 +1,5 @@ ---- Makefile~ Fri Nov 3 06:03:40 2000 -+++ Makefile Fri Nov 3 06:06:29 2000 +--- ./Makefile.orig 2000-02-26 19:02:52.000000000 -0200 ++++ ./Makefile 2013-11-12 23:55:39.000000000 -0200 @@ -1,12 +1,12 @@ -PREFIX = /usr/X11R6 -X11BASE = /usr/X11R6 @@ -17,3 +17,14 @@ LIBS = -lX11 PKGNAME = xblood-2.0 VERSION = XBlood-2.0 +@@ -27,8 +27,8 @@ + $(RM) xblood.1.gz + + install : +- cp xblood $(BINDIR) +- cp xblood.1.gz $(MANDIR) ++ cp xblood ${DESTDIR}$(BINDIR) ++ cp xblood.1.gz ${DESTDIR}$(MANDIR) + + uninstall : + $(RM) $(BINDIR)/xblood