aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-zpt
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2016-01-07 19:09:06 +0800
committermiwi <miwi@FreeBSD.org>2016-01-07 19:09:06 +0800
commit5fcfe13b264998a7303f3ed083e47beb372daae8 (patch)
tree61c30e1cc474507b7be07606a01977a96013d2c2 /textproc/py-zpt
parent9108db9b563a770bb63cc249d57cc209b577973e (diff)
downloadfreebsd-ports-gnome-5fcfe13b264998a7303f3ed083e47beb372daae8.tar.gz
freebsd-ports-gnome-5fcfe13b264998a7303f3ed083e47beb372daae8.tar.zst
freebsd-ports-gnome-5fcfe13b264998a7303f3ed083e47beb372daae8.zip
- Add NO_ARCH
- EXTRACT_SUFX to USES tar
Diffstat (limited to 'textproc/py-zpt')
-rw-r--r--textproc/py-zpt/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.mk>