diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-25 17:08:14 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-25 17:08:14 +0800 |
commit | ccdc4129d5a97fff19dd32e9d5fe6df98e865bd0 (patch) | |
tree | a8cb32205f801767baafb52d9138e323aec6196a /mail | |
parent | b3c96614e28ea34a6499f3b416c3e72a2ff7ca63 (diff) | |
download | freebsd-ports-gnome-ccdc4129d5a97fff19dd32e9d5fe6df98e865bd0.tar.gz freebsd-ports-gnome-ccdc4129d5a97fff19dd32e9d5fe6df98e865bd0.tar.zst freebsd-ports-gnome-ccdc4129d5a97fff19dd32e9d5fe6df98e865bd0.zip |
- Stage support
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ruby-rfilter/Makefile | 7 |
1 files 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 <bsd.port.mk> |