mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Stage support
This commit is contained in:
parent
b11048dbb8
commit
0ecb8e22c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345616
@ -16,7 +16,6 @@ COMMENT= A Ruby library wrapping the Taglib library
|
||||
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
|
||||
|
||||
USE_RUBY= yes
|
||||
NO_STAGE= yes
|
||||
USE_BZIP2= yes
|
||||
|
||||
RUBY_RD_FILES= taglib.rb
|
||||
@ -30,11 +29,9 @@ OPTIONS_DEFINE= DOCS
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${RUBY_SITELIBDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/taglib.rb ${RUBY_SITELIBDIR}/
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${RUBY_MODDOCDIR}
|
||||
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${RUBY_MODDOCDIR}/
|
||||
.endif
|
||||
${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/taglib.rb ${STAGEDIR}${RUBY_SITELIBDIR}/
|
||||
${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
|
||||
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user