1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-14 13:28:26 +00:00
parent a574102e8c
commit cdb2cff459
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357778

View File

@ -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."