From ccffeff1ff1d466ae66e14466fe5b6bd1c3f385d Mon Sep 17 00:00:00 2001 From: araujo Date: Sun, 22 Jun 2014 14:43:50 +0000 Subject: - Stageify. --- sysutils/py-stdiff/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sysutils/py-stdiff') diff --git a/sysutils/py-stdiff/Makefile b/sysutils/py-stdiff/Makefile index efbccc1275a4..d772d6188ac8 100644 --- a/sysutils/py-stdiff/Makefile +++ b/sysutils/py-stdiff/Makefile @@ -15,15 +15,14 @@ USE_PYDISTUTILS= yes PORTDOCS= * .endif -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - $(INSTALL_MAN) ${WRKSRC}/INSTALL.txt ${DOCSDIR}/ - $(INSTALL_MAN) ${WRKSRC}/LICENSE.txt ${DOCSDIR}/ - (cd ${WRKSRC}/ && ${COPYTREE_SHARE} docs ${DOCSDIR}/) + ${MKDIR} ${STAGEDIR}${DOCSDIR} + $(INSTALL_MAN) ${WRKSRC}/INSTALL.txt ${STAGEDIR}/${DOCSDIR}/ + $(INSTALL_MAN) ${WRKSRC}/LICENSE.txt ${STAGEDIR}/${DOCSDIR}/ + (cd ${WRKSRC}/ && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR}/) .endif @if [ ! -f ${PREFIX}/etc/stdiff.conf ]; then \ - ${CP} -p ${PREFIX}/etc/stdiff.conf.sample \ + ${CP} -p ${STAGEDIR}${PREFIX}/etc/stdiff.conf.sample \ ${PREFIX}/etc/stdiff.conf; fi .include -- cgit