1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Support STAGEDIR.

This commit is contained in:
Vanilla I. Shu 2014-01-21 08:24:46 +00:00
parent 93ee166c0e
commit d75dcc0030
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340576
2 changed files with 2 additions and 3 deletions

View File

@ -16,9 +16,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/python
PROJECTHOST= protobuf
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
NO_STAGE= yes
pre-build:
@${MKDIR} ${WRKSRC}/google/protobuf/compiler

View File

@ -1 +0,0 @@
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%