mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Fix plist with -DNOPORT*.
Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
This commit is contained in:
parent
8899c2d0a9
commit
6aedeed6e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231817
@ -21,12 +21,14 @@ COMMENT= A flexible Ruby profiler
|
||||
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PORTDOCS}${RUBY_DOCDIR}/rbprof
|
||||
.ifndef NOPORTDOCS
|
||||
@${MKDIR} ${PORTDOCS}${RUBY_DOCDIR}/rbprof
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PORTDOCS}${RUBY_DOCDIR}/rbprof/
|
||||
${INSTALL_DATA} ${WRKSRC}/TODO ${PORTDOCS}${RUBY_DOCDIR}/rbprof/
|
||||
.endif
|
||||
${RUBY} -p -i -e 'gsub(/\r\n/, "\n")' ${WRKSRC}/aspects/profiler/lib/rbprof.rb
|
||||
${RUBY} -p -i -e 'gsub(/\r\n/, "\n")' ${WRKSRC}/aspects/profiler/lib/trap_method_definitions.rb
|
||||
${INSTALL_DATA} ${WRKSRC}/aspects/profiler/lib/rbprof.rb ${RUBY_SITELIBDIR}/
|
||||
|
@ -2,5 +2,5 @@
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/rbprof/TODO
|
||||
%%RUBY_SITELIBDIR%%/rbprof.rb
|
||||
%%RUBY_SITELIBDIR%%/rbprof/trap_method_definitions.rb
|
||||
@dirrm %%PORTDOCS%%%%RUBY_DOCDIR%%/rbprof
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/rbprof
|
||||
@dirrm %%RUBY_SITELIBDIR%%/rbprof
|
||||
|
Loading…
Reference in New Issue
Block a user