1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-02-06 23:17:43 +00:00
parent 59fbf6c572
commit 8b92394716
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343174
2 changed files with 7 additions and 18 deletions

View File

@ -15,24 +15,12 @@ RUN_DEPENDS= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion
USE_RUBY= yes
NO_BUILD= yes
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/
${MKDIR} ${DATADIR}
${MKDIR} ${DATADIR}/diff
${MKDIR} ${DATADIR}/diff/lcs
${INSTALL_DATA} ${WRKSRC}/share/svndelta/svndelta.rb ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/share/svndelta/diff/lcs.rb ${DATADIR}/diff/
${INSTALL_DATA} ${WRKSRC}/share/svndelta/diff/lcs/array.rb ${DATADIR}/diff/lcs/
${INSTALL_DATA} ${WRKSRC}/share/svndelta/diff/lcs/block.rb ${DATADIR}/diff/lcs/
${INSTALL_DATA} ${WRKSRC}/share/svndelta/diff/lcs/callbacks.rb ${DATADIR}/diff/lcs/
${INSTALL_DATA} ${WRKSRC}/share/svndelta/diff/lcs/change.rb ${DATADIR}/diff/lcs/
${INSTALL_DATA} ${WRKSRC}/share/svndelta/diff/lcs/hunk.rb ${DATADIR}/diff/lcs/
${INSTALL_DATA} ${WRKSRC}/share/svndelta/diff/lcs/ldiff.rb ${DATADIR}/diff/lcs/
${INSTALL_DATA} ${WRKSRC}/share/svndelta/diff/lcs/string.rb ${DATADIR}/diff/lcs/
${INSTALL_MAN} ${WRKSRC}/svndelta.1 ${PREFIX}/man/man1/
MAN1= svndelta.1
${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
@${MKDIR} ${STAGEDIR}${DATADIR}/diff/lcs
${INSTALL_DATA} ${WRKSRC}/share/svndelta/svndelta.rb ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/share/svndelta/diff/lcs.rb ${STAGEDIR}${DATADIR}/diff/
${INSTALL_DATA} ${WRKSRC}/share/svndelta/diff/lcs/*.rb ${STAGEDIR}${DATADIR}/diff/lcs/
${INSTALL_MAN} ${WRKSRC}/svndelta.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>

View File

@ -1,4 +1,5 @@
bin/svndelta
man/man1/svndelta.1.gz
%%DATADIR%%/svndelta.rb
%%DATADIR%%/diff/lcs.rb
%%DATADIR%%/diff/lcs/array.rb