Date: Sat, 22 Feb 2014 10:33:16 +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: r345591 - head/security/ruby-camellia Message-ID: <201402221033.s1MAXGGW089854@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Feb 22 10:33:16 2014 New Revision: 345591 URL: http://svnweb.freebsd.org/changeset/ports/345591 QAT: https://qat.redports.org/buildarchive/r345591/ Log: - Stage support Modified: head/security/ruby-camellia/Makefile Modified: head/security/ruby-camellia/Makefile ============================================================================== --- head/security/ruby-camellia/Makefile Sat Feb 22 10:33:14 2014 (r345590) +++ head/security/ruby-camellia/Makefile Sat Feb 22 10:33:16 2014 (r345591) @@ -20,17 +20,14 @@ INSTALL_TARGET= site-install DOCS= README.txt History.txt License.txt EXAMPLES= ext/camellia-example.rb -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} .for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ .endfor - ${MKDIR} ${RUBY_MODDOCDIR} + ${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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221033.s1MAXGGW089854>