svn commit: r489594 - in head: devel/py-pip www/hastymail2-devel

Tobias Kortkamp tobik at FreeBSD.org
Mon Jan 7 18:09:42 UTC 2019


Author: tobik
Date: Mon Jan  7 18:09:41 2019
New Revision: 489594
URL: https://svnweb.freebsd.org/changeset/ports/489594

Log:
  Do not set NO_{ARCH,BUILD} twice

Modified:
  head/devel/py-pip/Makefile
  head/www/hastymail2-devel/Makefile

Modified: head/devel/py-pip/Makefile
==============================================================================
--- head/devel/py-pip/Makefile	Mon Jan  7 18:04:34 2019	(r489593)
+++ head/devel/py-pip/Makefile	Mon Jan  7 18:09:41 2019	(r489594)
@@ -32,7 +32,6 @@ DOCS_PORTDOCS=	*
 DOCS_VARS=	PYDISTUTILS_BUILD_TARGET=build_sphinx \
 		PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env"
 
-NO_ARCH=	yes
 USES=		python shebangfix
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/www/hastymail2-devel/Makefile
==============================================================================
--- head/www/hastymail2-devel/Makefile	Mon Jan  7 18:04:34 2019	(r489593)
+++ head/www/hastymail2-devel/Makefile	Mon Jan  7 18:09:41 2019	(r489594)
@@ -21,7 +21,6 @@ USES=		php:web
 USE_PHP=	session imap pcre
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
-NO_BUILD=	yes
 FIND_SKIP_OPTS=	-not -name hastymail2.conf.example -not -name '*.orig'
 
 CONFLICTS_INSTALL=	hastymail2-[0-9]*


More information about the svn-ports-head mailing list