svn commit: r345946 - head/mail/ruby-rfilter

Martin Wilke miwi at FreeBSD.org
Tue Feb 25 09:08:16 UTC 2014


Author: miwi
Date: Tue Feb 25 09:08:14 2014
New Revision: 345946
URL: http://svnweb.freebsd.org/changeset/ports/345946
QAT: https://qat.redports.org/buildarchive/r345946/

Log:
  - Stage support

Modified:
  head/mail/ruby-rfilter/Makefile

Modified: head/mail/ruby-rfilter/Makefile
==============================================================================
--- head/mail/ruby-rfilter/Makefile	Tue Feb 25 09:08:06 2014	(r345945)
+++ head/mail/ruby-rfilter/Makefile	Tue Feb 25 09:08:14 2014	(r345946)
@@ -20,16 +20,13 @@ RUBY_SETUP=	install.rb
 
 DOCS=		NEWS README THANKS TODO doc
 
-NO_STAGE=	yes
 post-extract:
 	${FIND} ${WRKSRC} -name '*~' -delete
 
 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