aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-21 15:47:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-21 15:47:42 +0000
commit1dc4b1b0d3fe174aff2f1d9bd4a8296f496d44fe (patch)
tree495ae269f8f80296d433ef77542cafe167054123
parent1571ef1bba7b3e8c597be1aa3356afa056f579e7 (diff)
downloadports-1dc4b1b0d3fe174aff2f1d9bd4a8296f496d44fe.tar.gz
ports-1dc4b1b0d3fe174aff2f1d9bd4a8296f496d44fe.zip
Notes
-rw-r--r--mail/ruby-rmail/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/ruby-rmail/Makefile b/mail/ruby-rmail/Makefile
index c95652877f39..cb4164b2bcaa 100644
--- a/mail/ruby-rmail/Makefile
+++ b/mail/ruby-rmail/Makefile
@@ -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>