From owner-svn-ports-all@FreeBSD.ORG Sat Jun 7 18:43:04 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 C4F5A187; Sat, 7 Jun 2014 18:43:04 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1AE52675; Sat, 7 Jun 2014 18:43:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s57Ih4JY063228; Sat, 7 Jun 2014 18:43:04 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s57Ih4pq063226; Sat, 7 Jun 2014 18:43:04 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406071843.s57Ih4pq063226@svn.freebsd.org> From: Antoine Brodin Date: Sat, 7 Jun 2014 18:43:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356941 - head/textproc/scr2txt 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.18 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: Sat, 07 Jun 2014 18:43:04 -0000 Author: antoine Date: Sat Jun 7 18:43:04 2014 New Revision: 356941 URL: http://svnweb.freebsd.org/changeset/ports/356941 QAT: https://qat.redports.org/buildarchive/r356941/ Log: - Allow staging as a regular user - Cleanup a bit Modified: head/textproc/scr2txt/Makefile Modified: head/textproc/scr2txt/Makefile ============================================================================== --- head/textproc/scr2txt/Makefile Sat Jun 7 18:35:01 2014 (r356940) +++ head/textproc/scr2txt/Makefile Sat Jun 7 18:43:04 2014 (r356941) @@ -12,10 +12,10 @@ NO_WRKSUBDIR= yes MAINTAINER= ports@FreeBSD.org COMMENT= Converts the output of "vidcontrol -p" to text +USES= uidfix +MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} + PLIST_FILES= bin/scr2txt \ man/man1/scr2txt.1.gz -do-install: - @cd ${WRKSRC}; ${MAKE} BINDIR=${STAGEDIR}${PREFIX}/bin SHAREDIR=${STAGEDIR}${PREFIX} install - .include