From ccdc4129d5a97fff19dd32e9d5fe6df98e865bd0 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 25 Feb 2014 09:08:14 +0000 Subject: - Stage support --- mail/ruby-rfilter/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mail/ruby-rfilter/Makefile b/mail/ruby-rfilter/Makefile index c21213c263c4..367122857374 100644 --- a/mail/ruby-rfilter/Makefile +++ b/mail/ruby-rfilter/Makefile @@ -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 -- cgit v1.2.3