aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-stdiff
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2014-06-22 14:43:50 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2014-06-22 14:43:50 +0000
commitfc7661c17c9307d5bdccc4c1c8e5be4ec3437506 (patch)
tree2000c6b0cf0aac51d32fd71ad9b18baed4b7a717 /sysutils/py-stdiff
parente2b85137850d975ead30dbf6e644413f97165663 (diff)
downloadports-fc7661c17c9307d5bdccc4c1c8e5be4ec3437506.tar.gz
ports-fc7661c17c9307d5bdccc4c1c8e5be4ec3437506.zip
Notes
Diffstat (limited to 'sysutils/py-stdiff')
-rw-r--r--sysutils/py-stdiff/Makefile11
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>