diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-14 03:34:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-14 03:34:46 +0800 |
commit | 66a1653e7fc00189a4ff434650dff7544defd993 (patch) | |
tree | 51a276247af4914c36dab1bfeabed13f52e23f9c /www | |
parent | 76941329f633442e3efef6da93fde3c0a119701d (diff) | |
download | freebsd-ports-gnome-66a1653e7fc00189a4ff434650dff7544defd993.tar.gz freebsd-ports-gnome-66a1653e7fc00189a4ff434650dff7544defd993.tar.zst freebsd-ports-gnome-66a1653e7fc00189a4ff434650dff7544defd993.zip |
- Use tar to extract zipball
Diffstat (limited to 'www')
-rw-r--r-- | www/py-cssutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-cssutils/Makefile b/www/py-cssutils/Makefile index 90f267ae00f9..7b561887ef57 100644 --- a/www/py-cssutils/Makefile +++ b/www/py-cssutils/Makefile @@ -7,6 +7,7 @@ PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +EXTRACT_SUFX= .zip MAINTAINER= sunpoet@FreeBSD.org COMMENT= CSS Cascading Style Sheets library for Python @@ -19,7 +20,6 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options PYDISTUTILS_AUTOPLIST= yes USE_PYDISTUTILS=easy_install USE_PYTHON= yes -USE_ZIP= yes EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} PORTEXAMPLES= * |