svn commit: r342472 - head/mail/alpine

Antoine Brodin antoine at FreeBSD.org
Mon Feb 3 21:34:10 UTC 2014


Author: antoine
Date: Mon Feb  3 21:34:10 2014
New Revision: 342472
URL: http://svnweb.freebsd.org/changeset/ports/342472
QAT: https://qat.redports.org/buildarchive/r342472/

Log:
  pico-alpine slave is now staged, so move NO_STAGE to a master only part

Modified:
  head/mail/alpine/Makefile

Modified: head/mail/alpine/Makefile
==============================================================================
--- head/mail/alpine/Makefile	Mon Feb  3 21:09:52 2014	(r342471)
+++ head/mail/alpine/Makefile	Mon Feb  3 21:34:10 2014	(r342472)
@@ -37,6 +37,7 @@ CONFIGURE_ARGS+=--with-system-pinerc=${P
 		--with-password-prog=/usr/bin/passwd \
 		--with-system-mail-directory=/var/mail \
 		--enable-background-post --without-krb5 --without-tcl
+NO_STAGE=	yes
 .endif
 CONFIGURE_ARGS+=--with-debug-level=2
 
@@ -44,7 +45,6 @@ MAKE_ARGS+=	CC="${CC}" CXX="${CXX}" GCCC
 
 USE_OPENSSL=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MTHREADS}


More information about the svn-ports-all mailing list