Fix a typo that caused generated package to be empty

While here, drop infozip depedency
This commit is contained in:
Antoine Brodin 2014-02-05 18:24:25 +00:00
parent e509c16a38
commit b5bab6c44c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342811

View file

@ -2,10 +2,11 @@
PORTNAME= Products.MimetypesRegistry
PORTVERSION= 2.0.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .zip
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
@ -21,7 +22,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.contenttype>=0:${PORTSDIR}/devel/py-zop
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_ATOPLIST= yes
USE_ZIP= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>