svn commit: r362455 - head/sysutils/asr-utils

Adam Weinberger adamw at FreeBSD.org
Mon Jul 21 17:43:32 UTC 2014


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


More information about the svn-ports-head mailing list