From owner-svn-ports-all@FreeBSD.ORG Sun Oct 13 06:13:54 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 ESMTP id DE7DCA9D; Sun, 13 Oct 2013 06:13:54 +0000 (UTC) (envelope-from eadler@FreeBSD.org) 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 74CE02437; Sun, 13 Oct 2013 06:13:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9D6Dsov047119; Sun, 13 Oct 2013 06:13:54 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9D6DsMc047118; Sun, 13 Oct 2013 06:13:54 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201310130613.r9D6DsMc047118@svn.freebsd.org> From: Eitan Adler Date: Sun, 13 Oct 2013 06:13:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330211 - head/x11/xrootconsole 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.14 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: Sun, 13 Oct 2013 06:13:54 -0000 Author: eadler Date: Sun Oct 13 06:13:53 2013 New Revision: 330211 URL: http://svnweb.freebsd.org/changeset/ports/330211 Log: Cleanup of the unowned ports in the x11 directory - Convert to staging - Fix USE_GMAKE Modified: head/x11/xrootconsole/Makefile Modified: head/x11/xrootconsole/Makefile ============================================================================== --- head/x11/xrootconsole/Makefile Sun Oct 13 06:07:30 2013 (r330210) +++ head/x11/xrootconsole/Makefile Sun Oct 13 06:13:53 2013 (r330211) @@ -11,19 +11,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Writes any log live onto the background USE_XORG= x11 -USE_GMAKE= yes +USES= gmake -MAN1= xrootconsole.1 -PLIST_FILES= bin/xrootconsole - -NO_STAGE= yes +PLIST_FILES= bin/xrootconsole man/man1/xrootconsole.1.gz post-patch: @${REINPLACE_CMD} -e 's|^CC =|CC ?=|g ; \ s|^CFLAGS = -O2|CFLAGS +=|g ; \ s|/usr/X11R6|$${LOCALBASE}|g' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xrootconsole ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xrootconsole.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/xrootconsole ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xrootconsole.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include