mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Stagify.
Approved by: portmgr@
This commit is contained in:
parent
a574102e8c
commit
cdb2cff459
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357778
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user