diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-14 13:28:26 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-14 13:28:26 +0000 |
commit | cdb2cff4594a2b65ac7fe360d064e73c8792bfa5 (patch) | |
tree | ea604bd5cf6d4a406b6622496b73fff2a0102737 /devel/bicyclerepair | |
parent | a574102e8c1f6c622aad5933218c1138cfb24cb6 (diff) |
Notes
Diffstat (limited to 'devel/bicyclerepair')
-rw-r--r-- | devel/bicyclerepair/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/bicyclerepair/Makefile b/devel/bicyclerepair/Makefile index 46a4caf11f1a..e93032acdbce 100644 --- a/devel/bicyclerepair/Makefile +++ b/devel/bicyclerepair/Makefile @@ -12,7 +12,6 @@ COMMENT= Python refactoring tool USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .if defined(EMACS_PORT_NAME) RUN_DEPENDS+= ${LOCALBASE}/bin/pymacs-services:${PORTSDIR}/devel/pymacs @@ -20,10 +19,10 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/pymacs-services:${PORTSDIR}/devel/pymacs .if !defined(NOPORTDOCS) post-install: - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ide-integration/bike.vim ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.emacs ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.idle ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/ide-integration/bike.vim ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.emacs ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.idle ${STAGEDIR}${DOCSDIR} @${ECHO} "================================================================" @${ECHO} "* See" ${DOCSDIR} "for instructions on configuring IDLE" @${ECHO} "* and vim to use Bicycle Repair Man." |