From owner-svn-ports-all@FreeBSD.ORG Mon Jul 21 17:43:32 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 44E3830E; Mon, 21 Jul 2014 17:43:32 +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 3299B20EC; Mon, 21 Jul 2014 17:43:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6LHhW9V047531; Mon, 21 Jul 2014 17:43:32 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6LHhWgJ047530; Mon, 21 Jul 2014 17:43:32 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201407211743.s6LHhWgJ047530@svn.freebsd.org> From: Adam Weinberger Date: Mon, 21 Jul 2014 17:43:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362455 - head/sysutils/asr-utils 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: Mon, 21 Jul 2014 17:43:32 -0000 Author: adamw Date: Mon Jul 21 17:43:31 2014 New Revision: 362455 URL: http://svnweb.freebsd.org/changeset/ports/362455 QAT: https://qat.redports.org/buildarchive/r362455/ Log: Move NO_STAGE so it is out of a conditional. Approved by: portmgr (not really, but the port is still unstaged) Modified: head/sysutils/asr-utils/Makefile Modified: head/sysutils/asr-utils/Makefile ============================================================================== --- head/sysutils/asr-utils/Makefile Mon Jul 21 17:29:41 2014 (r362454) +++ head/sysutils/asr-utils/Makefile Mon Jul 21 17:43:31 2014 (r362455) @@ -32,9 +32,10 @@ PLIST_SUB+= LIBXM="" PLIST_SUB+= LIBXM="@comment " .endif +NO_STAGE= yes + .ifndef (WITHOUT_X11) PLIST_SUB+= X11="" -NO_STAGE= yes do-build: ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ ${FILESDIR}/dptmgr.sh.in > ${WRKDIR}/dptmgr.sh