From d767cd37b75601174023065f8432a9fa2f228c61 Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 16 Nov 2013 14:52:00 +0000 Subject: Stage support --- devel/py-binplist/Makefile | 1 - devel/py-docopt/Makefile | 9 ++++----- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'devel') diff --git a/devel/py-binplist/Makefile b/devel/py-binplist/Makefile index dcbafb71623c..8b2e48b52352 100644 --- a/devel/py-binplist/Makefile +++ b/devel/py-binplist/Makefile @@ -20,5 +20,4 @@ USE_PYDISTUTILS=easy_install PLIST_FILES= bin/plist.py \ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -NO_STAGE= yes .include diff --git a/devel/py-docopt/Makefile b/devel/py-docopt/Makefile index 069a4ebdde9c..de73df31e451 100644 --- a/devel/py-docopt/Makefile +++ b/devel/py-docopt/Makefile @@ -25,17 +25,16 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} OPTIONS_DEFINE= DOCS EXAMPLES -NO_STAGE= yes .include post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .endif .include -- cgit