- Fix the conflicts with py27-py-restclient

Reported by:	swills@
This commit is contained in:
Wen Heping 2014-04-15 07:54:35 +00:00
parent f7f89c27bc
commit 38f8ccaac3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351311

View file

@ -3,6 +3,7 @@
PORTNAME= simplecouchdb
PORTVERSION= 0.9.26
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -25,4 +26,7 @@ USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= py_${PORTNAME}
post-extract:
${MV} ${WRKSRC}/tests ${WRKSRC}/simplecouchdb/
.include <bsd.port.mk>