Date: Sat, 22 Feb 2014 10:33:08 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345588 - head/databases/ruby-tokyocabinet Message-ID: <201402221033.s1MAX8tr089620@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221033.s1MAX8tr089620>