svn commit: r345496 - head/mail/ruby-rmail

Martin Wilke miwi at FreeBSD.org
Fri Feb 21 15:47:42 UTC 2014


Author: miwi
Date: Fri Feb 21 15:47:42 2014
New Revision: 345496
URL: http://svnweb.freebsd.org/changeset/ports/345496
QAT: https://qat.redports.org/buildarchive/r345496/

Log:
  - Stage support

Modified:
  head/mail/ruby-rmail/Makefile

Modified: head/mail/ruby-rmail/Makefile
==============================================================================
--- head/mail/ruby-rmail/Makefile	Fri Feb 21 15:47:19 2014	(r345495)
+++ head/mail/ruby-rmail/Makefile	Fri Feb 21 15:47:42 2014	(r345496)
@@ -18,16 +18,13 @@ RUBY_SETUP=	install.rb
 
 DOCS=		NEWS NOTES 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