From owner-svn-ports-head@FreeBSD.ORG Wed Nov 13 19:40:52 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 9B24C5C1; Wed, 13 Nov 2013 19:40:52 +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 8A4D42A79; Wed, 13 Nov 2013 19:40:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rADJeqGn067371; Wed, 13 Nov 2013 19:40:52 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rADJeqTC067369; Wed, 13 Nov 2013 19:40:52 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311131940.rADJeqTC067369@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 13 Nov 2013 19:40:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333719 - in head/games/xlaby: . 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 19:40:52 -0000 Author: danilo Date: Wed Nov 13 19:40:51 2013 New Revision: 333719 URL: http://svnweb.freebsd.org/changeset/ports/333719 Log: - Add stage support Modified: head/games/xlaby/Makefile head/games/xlaby/files/patch-aa Modified: head/games/xlaby/Makefile ============================================================================== --- head/games/xlaby/Makefile Wed Nov 13 19:34:19 2013 (r333718) +++ head/games/xlaby/Makefile Wed Nov 13 19:40:51 2013 (r333719) @@ -16,8 +16,13 @@ COMMENT= Daemonic X Labyrinth played dir NO_WRKSUBDIR= yes USES= imake USE_XORG= x11 -MAN6= xlaby.6 -PLIST_FILES= bin/xlaby +PLIST_FILES= man/man6/xlaby.6.gz + +post-install: + @${ECHO_CMD} "@group games" >> ${TMPPLIST} + @${ECHO_CMD} "@owner games" >> ${TMPPLIST} + @${ECHO_CMD} "bin/xlaby" >> ${TMPPLIST} + @${ECHO_CMD} "@owner" >> ${TMPPLIST} + @${ECHO_CMD} "@group" >> ${TMPPLIST} -NO_STAGE= yes .include Modified: head/games/xlaby/files/patch-aa ============================================================================== --- head/games/xlaby/files/patch-aa Wed Nov 13 19:34:19 2013 (r333718) +++ head/games/xlaby/files/patch-aa Wed Nov 13 19:40:51 2013 (r333719) @@ -1,8 +1,11 @@ ---- Imakefile.orig Tue Dec 2 02:59:02 1997 -+++ Imakefile Fri Oct 13 21:00:22 2000 -@@ -13,17 +13,8 @@ +--- ./Imakefile.orig 1997-12-01 15:59:02.000000000 -0200 ++++ ./Imakefile 2013-11-13 17:42:43.000000000 -0200 +@@ -11,19 +11,10 @@ + OWNER = games + GROUP = games - INSTALLFLAGS = -c -o $(OWNER) -g $(GROUP) +-INSTALLFLAGS = -c -o $(OWNER) -g $(GROUP) ++INSTALLFLAGS = -c -# This will install xlaby in /usr/local/bin -# and man page in /usr/local/man/man6