Date: Sat, 22 Feb 2014 10:41:01 +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: r345615 - head/devel/ruby-statgrab Message-ID: <201402221041.s1MAf1Rt093574@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Feb 22 10:41:00 2014 New Revision: 345615 URL: http://svnweb.freebsd.org/changeset/ports/345615 QAT: https://qat.redports.org/buildarchive/r345615/ Log: - Stage support Modified: head/devel/ruby-statgrab/Makefile Modified: head/devel/ruby-statgrab/Makefile ============================================================================== --- head/devel/ruby-statgrab/Makefile Sat Feb 22 10:40:47 2014 (r345614) +++ head/devel/ruby-statgrab/Makefile Sat Feb 22 10:41:00 2014 (r345615) @@ -19,11 +19,8 @@ USES= pkgconfig INSTALL_TARGET= site-install -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README.mkdn ${RUBY_MODDOCDIR} -.endif + ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README.mkdn ${STAGEDIR}${RUBY_MODDOCDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221041.s1MAf1Rt093574>