svn commit: r345606 - head/graphics/ruby-ming

Martin Wilke miwi at FreeBSD.org
Sat Feb 22 10:36:35 UTC 2014


Author: miwi
Date: Sat Feb 22 10:36:34 2014
New Revision: 345606
URL: http://svnweb.freebsd.org/changeset/ports/345606
QAT: https://qat.redports.org/buildarchive/r345606/

Log:
  - Stage support

Modified:
  head/graphics/ruby-ming/Makefile

Modified: head/graphics/ruby-ming/Makefile
==============================================================================
--- head/graphics/ruby-ming/Makefile	Sat Feb 22 10:36:29 2014	(r345605)
+++ head/graphics/ruby-ming/Makefile	Sat Feb 22 10:36:34 2014	(r345606)
@@ -26,15 +26,12 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-ruby
 
 DOCS=	ChangeLog INSTALL LGPL NEWS README TODO
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${RUBY_MODEXAMPLESDIR}
-	(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${RUBY_MODEXAMPLESDIR})
-	${MKDIR} ${RUBY_MODDOCDIR}
+	${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
+	(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${RUBY_MODEXAMPLESDIR})
+	${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
 .for f in ${DOCS}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list