svn commit: r345943 - head/devel/ruby-property
Martin Wilke
miwi at FreeBSD.org
Tue Feb 25 09:07:55 UTC 2014
Author: miwi
Date: Tue Feb 25 09:07:54 2014
New Revision: 345943
URL: http://svnweb.freebsd.org/changeset/ports/345943
QAT: https://qat.redports.org/buildarchive/r345943/
Log:
- Stage support
Modified:
head/devel/ruby-property/Makefile
Modified: head/devel/ruby-property/Makefile
==============================================================================
--- head/devel/ruby-property/Makefile Tue Feb 25 09:07:47 2014 (r345942)
+++ head/devel/ruby-property/Makefile Tue Feb 25 09:07:54 2014 (r345943)
@@ -13,25 +13,21 @@ MAINTAINER= ruby at FreeBSD.org
COMMENT= Simple properties scheme for Ruby
USE_RUBY= yes
-
NO_BUILD= yes
-
WRKSRC= ${WRKDIR}/${PORTNAME}
-NO_STAGE= yes
post-patch:
${RUBY} -i -pe 'gsub /rubyapi\.css/, "../rubyapi.css"' ${WRKSRC}/Properties-ja.html
do-install:
- ${INSTALL_DATA} ${WRKSRC}/property.rb ${RUBY_SITELIBDIR}
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODDOCDIR}/ja
+ ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}
+ ${INSTALL_DATA} ${WRKSRC}/property.rb ${STAGEDIR}${RUBY_SITELIBDIR}
+ ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ja
.for f in property-example.rb test.default property.README Properties.html rubyapi.css
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}
.endfor
.for f in property.README.ja Properties-ja.html
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ja
.endfor
-.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list