mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Generate necessary files with Racc, which were removed from the
upstream source tree.
This commit is contained in:
parent
9c4c1aca87
commit
8deff4335f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295376
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= rdtool
|
||||
PORTVERSION= 0.6.33
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc ruby
|
||||
MASTER_SITES= https://github.com/uwabami/${PORTNAME}/tarball/v${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
@ -24,12 +25,16 @@ WRKSRC= ${WRKDIR}/uwabami-${PORTNAME}-${GITVERSION}
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
USE_RAKE= yes
|
||||
|
||||
RUBY_MODNAME= rd
|
||||
|
||||
DOCS_EN= README.rd doc/rd-draft.rd
|
||||
DOCS_JA= README.rd.ja doc/rd-draft.rd.ja
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC} && ${RAKE_BIN} racc
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${RUBY_SITELIBDIR}/rd
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/rd/dot.rd2rc ${RUBY_SITELIBDIR}/rd/
|
||||
|
Loading…
Reference in New Issue
Block a user