From owner-svn-ports-all@FreeBSD.ORG Tue Feb 11 17:02:37 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCF98923; Tue, 11 Feb 2014 17:02:37 +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 B816A174D; Tue, 11 Feb 2014 17:02:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1BH2bKb089318; Tue, 11 Feb 2014 17:02:37 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1BH2bZD089317; Tue, 11 Feb 2014 17:02:37 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402111702.s1BH2bZD089317@svn.freebsd.org> From: Martin Wilke Date: Tue, 11 Feb 2014 17:02:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343782 - head/sysutils/roottail 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.17 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: Tue, 11 Feb 2014 17:02:37 -0000 Author: miwi Date: Tue Feb 11 17:02:37 2014 New Revision: 343782 URL: http://svnweb.freebsd.org/changeset/ports/343782 QAT: https://qat.redports.org/buildarchive/r343782/ Log: - Stage support Modified: head/sysutils/roottail/Makefile Modified: head/sysutils/roottail/Makefile ============================================================================== --- head/sysutils/roottail/Makefile Tue Feb 11 17:00:31 2014 (r343781) +++ head/sysutils/roottail/Makefile Tue Feb 11 17:02:37 2014 (r343782) @@ -17,13 +17,13 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= xride@FreeBSD.org COMMENT= Print text directly to X11 root window -MAN1= root-tail.1 -PLIST_FILES= bin/root-tail USES= imake USE_XORG= x11 xext MAKE_ARGS= CC="${CC}" -NO_STAGE= yes +PLIST_FILES= bin/root-tail \ + man/man1/root-tail.1.gz + pre-everything:: .if defined(WITH_EXTRA_PATCH) @${ECHO_MSG}