diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-21 15:47:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-21 15:47:42 +0000 |
commit | 1dc4b1b0d3fe174aff2f1d9bd4a8296f496d44fe (patch) | |
tree | 495ae269f8f80296d433ef77542cafe167054123 | |
parent | 1571ef1bba7b3e8c597be1aa3356afa056f579e7 (diff) | |
download | ports-1dc4b1b0d3fe174aff2f1d9bd4a8296f496d44fe.tar.gz ports-1dc4b1b0d3fe174aff2f1d9bd4a8296f496d44fe.zip |
Notes
-rw-r--r-- | mail/ruby-rmail/Makefile | 7 |
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> |