Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2014 17:43:32 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362455 - head/sysutils/asr-utils
Message-ID:  <201407211743.s6LHhWgJ047530@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407211743.s6LHhWgJ047530>