diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-02 09:22:56 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-02 09:22:56 +0000 |
commit | 282a6194f0db6797da3190c24c2655bc4eaeb020 (patch) | |
tree | 88d49293e79ab11ada3bfbda3e57c4e6d95c10e1 /mail/ruby-rmail/Makefile | |
parent | Add beta warning (diff) |
Update to 0.7. The document files are all put back in place.
Diffstat (limited to 'mail/ruby-rmail/Makefile')
-rw-r--r-- | mail/ruby-rmail/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/ruby-rmail/Makefile b/mail/ruby-rmail/Makefile index a96b8fa0d3e7..56adef4c3a76 100644 --- a/mail/ruby-rmail/Makefile +++ b/mail/ruby-rmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mail -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= mail ruby MASTER_SITES= http://www.lickey.com/rubymail/download/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ NO_BUILD= yes RUBY_SHEBANG_FILES= ${WRKSRC}/bin/*.rb -DOCS= NEWS README THANKS doc/* +DOCS= NEWS README THANKS doc EXAMPLES= bin/*.rb dot.rdeliver do-install: @@ -34,9 +34,8 @@ do-install: .endfor ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ + ${CP} -R ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ .endfor - ${CP} -R ${WRKSRC}/doc/* ${RUBY_DOCDIR}/${PORTNAME}/ .endif .include <bsd.port.mk> |