diff options
author | araujo <araujo@FreeBSD.org> | 2014-06-22 22:43:50 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2014-06-22 22:43:50 +0800 |
commit | ccffeff1ff1d466ae66e14466fe5b6bd1c3f385d (patch) | |
tree | 2000c6b0cf0aac51d32fd71ad9b18baed4b7a717 /sysutils/py-stdiff | |
parent | 578755fb8a2c96651e125aea64c38d203b9e492a (diff) | |
download | freebsd-ports-gnome-ccffeff1ff1d466ae66e14466fe5b6bd1c3f385d.tar.gz freebsd-ports-gnome-ccffeff1ff1d466ae66e14466fe5b6bd1c3f385d.tar.zst freebsd-ports-gnome-ccffeff1ff1d466ae66e14466fe5b6bd1c3f385d.zip |
- Stageify.
Diffstat (limited to 'sysutils/py-stdiff')
-rw-r--r-- | sysutils/py-stdiff/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
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 <bsd.port.mk> |