mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Fix a typo that caused generated package to be empty
While here, drop infozip depedency
This commit is contained in:
parent
e509c16a38
commit
b5bab6c44c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342811
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue