aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-21 23:47:42 +0800
committermiwi <miwi@FreeBSD.org>2014-02-21 23:47:42 +0800
commitb66cb1e203d5ba0bc92403ddefb4fb55f973d2e1 (patch)
tree495ae269f8f80296d433ef77542cafe167054123 /mail
parent268d9daf18c0cc5aadd8bd37cddf681d4abee959 (diff)
downloadfreebsd-ports-gnome-b66cb1e203d5ba0bc92403ddefb4fb55f973d2e1.tar.gz
freebsd-ports-gnome-b66cb1e203d5ba0bc92403ddefb4fb55f973d2e1.tar.zst
freebsd-ports-gnome-b66cb1e203d5ba0bc92403ddefb4fb55f973d2e1.zip
- Stage support
Diffstat (limited to 'mail')
-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>