Date: Sat, 22 Feb 2014 10:35:29 +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: r345599 - head/devel/ruby-byaccr Message-ID: <201402221035.s1MAZTWx090705@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Feb 22 10:35:29 2014 New Revision: 345599 URL: http://svnweb.freebsd.org/changeset/ports/345599 QAT: https://qat.redports.org/buildarchive/r345599/ Log: - Stage support Modified: head/devel/ruby-byaccr/Makefile Modified: head/devel/ruby-byaccr/Makefile ============================================================================== --- head/devel/ruby-byaccr/Makefile Sat Feb 22 10:35:10 2014 (r345598) +++ head/devel/ruby-byaccr/Makefile Sat Feb 22 10:35:29 2014 (r345599) @@ -17,7 +17,6 @@ RUBY_NO_RUN_DEPENDS= yes DOCS= README README.html -NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's,^#include <malloc\.h>,#include <stdlib.h>,' ${WRKSRC}/*.[ch] @@ -25,13 +24,11 @@ pre-build: ${CP} ${FILESDIR}/Makefile ${WRKSRC}/ post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} + ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/sample/* ${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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221035.s1MAZTWx090705>