From 5fcfe13b264998a7303f3ed083e47beb372daae8 Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 7 Jan 2016 11:09:06 +0000 Subject: - Add NO_ARCH - EXTRACT_SUFX to USES tar --- textproc/py-zpt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/py-zpt') diff --git a/textproc/py-zpt/Makefile b/textproc/py-zpt/Makefile index 8958b95c4083..1460c67f3f2e 100644 --- a/textproc/py-zpt/Makefile +++ b/textproc/py-zpt/Makefile @@ -7,13 +7,13 @@ CATEGORIES= textproc python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ZopePageTemplates-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ports@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 -- cgit