diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-14 03:34:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-14 03:34:51 +0800 |
commit | fc86f845bef3d9be879062dc3265020979a8a722 (patch) | |
tree | ed401c4c984f3c675e8fcd4cd8ffa0d691d5f431 /devel | |
parent | 66a1653e7fc00189a4ff434650dff7544defd993 (diff) | |
download | freebsd-ports-gnome-fc86f845bef3d9be879062dc3265020979a8a722.tar.gz freebsd-ports-gnome-fc86f845bef3d9be879062dc3265020979a8a722.tar.zst freebsd-ports-gnome-fc86f845bef3d9be879062dc3265020979a8a722.zip |
- Use tar to extract zipball
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-greenlet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-greenlet/Makefile b/devel/py-greenlet/Makefile index 163faf411d0e..7d8b57daa9ba 100644 --- a/devel/py-greenlet/Makefile +++ b/devel/py-greenlet/Makefile @@ -7,6 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +EXTRACT_SUFX= .zip MAINTAINER= sunpoet@FreeBSD.org COMMENT= Light-weight microthreads for Python @@ -16,7 +17,6 @@ LICENSE= MIT ONLY_FOR_ARCHS= amd64 i386 USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_ZIP= yes post-build: @${STRIP_CMD} ${WRKSRC}/greenlet.so |