svn commit: r345588 - head/databases/ruby-tokyocabinet

Martin Wilke miwi at FreeBSD.org
Sat Feb 22 10:33:08 UTC 2014


Author: miwi
Date: Sat Feb 22 10:33:07 2014
New Revision: 345588
URL: http://svnweb.freebsd.org/changeset/ports/345588
QAT: https://qat.redports.org/buildarchive/r345588/

Log:
  - Stage support

Modified:
  head/databases/ruby-tokyocabinet/Makefile

Modified: head/databases/ruby-tokyocabinet/Makefile
==============================================================================
--- head/databases/ruby-tokyocabinet/Makefile	Sat Feb 22 10:33:03 2014	(r345587)
+++ head/databases/ruby-tokyocabinet/Makefile	Sat Feb 22 10:33:07 2014	(r345588)
@@ -21,13 +21,10 @@ INSTALL_TARGET=	site-install
 
 DOCS=	doc/*
 
-NO_STAGE=	yes
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${RUBY_MODDOCDIR}
+	${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
 .for f in ${DOCS}
-	${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
+	${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list