svn commit: r405413 - head/textproc/py-zpt

Martin Wilke miwi at FreeBSD.org
Thu Jan 7 11:09:07 UTC 2016


Author: miwi
Date: Thu Jan  7 11:09:06 2016
New Revision: 405413
URL: https://svnweb.freebsd.org/changeset/ports/405413

Log:
  - Add NO_ARCH
  - EXTRACT_SUFX to USES tar

Modified:
  head/textproc/py-zpt/Makefile

Modified: head/textproc/py-zpt/Makefile
==============================================================================
--- head/textproc/py-zpt/Makefile	Thu Jan  7 11:08:16 2016	(r405412)
+++ head/textproc/py-zpt/Makefile	Thu Jan  7 11:09:06 2016	(r405413)
@@ -7,13 +7,13 @@ CATEGORIES=	textproc python
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	ZopePageTemplates-${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Zope-less version of Zope Page Templates
 
-USES=		python
+USES=		python tar:tgz
 USE_PYTHON=	distutils autoplist
 WRKSRC=		${WRKDIR}/ZopePageTemplates
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list