1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-01-26 14:30:59 +00:00
parent 4c567399df
commit 6f22deed09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341180
4 changed files with 0 additions and 4 deletions

View File

@ -21,5 +21,4 @@ USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracAddCommentMacro
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -23,5 +23,4 @@ PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}dev
PLIST_SUB+= PORTVERSION=${PORTVERSION:R}dev PYTHONVERSION=${PYTHON_VER}
PYDISTUTILS_NOEGGINFO= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -32,7 +32,6 @@ PLIST_FILES+= %%PYTHON_SITELIBDIR%%/AnnouncerPlugin-${EGG_VER}-py%%PYTHONVERSION
# We must fix file permissions -- ZIP file have 0000 for every file.
# Directory permissions are fine (they aren't stored inside ZIP
# file), but we set them too -- just in case.
NO_STAGE= yes
post-extract:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${CHMOD} 644
@${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} 755

View File

@ -28,5 +28,4 @@ PYDISTUTILS_PKGNAME= Attachment_Policy_Plugin
PYDISTUTILS_PKGVERSION= ${PORTVERSION:C/.${SVN_REV}//g}
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
NO_STAGE= yes
.include <bsd.port.mk>