summaryrefslogtreecommitdiff
path: root/textproc/ruby-text-format/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-11-25 18:17:23 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-11-25 18:17:23 +0000
commit48ea4a0a4908d23fe7f5dcc2cfdc08e0998e9333 (patch)
tree0fbdb8211dac8b5e4e14ef2e5016a60d8ad08132 /textproc/ruby-text-format/Makefile
parentFix MASTER_SITES and WWW. (diff)
Fix the fetch problem by updating to the latest version, 0.52.2, which
seems to be a reroll of 0.52.1 with some typos fixed. Submitted by: fenner's portsurvey
Notes
Notes: svn path=/head/; revision=71086
Diffstat (limited to 'textproc/ruby-text-format/Makefile')
-rw-r--r--textproc/ruby-text-format/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-text-format/Makefile b/textproc/ruby-text-format/Makefile
index c092867a4bea..a67f5259da91 100644
--- a/textproc/ruby-text-format/Makefile
+++ b/textproc/ruby-text-format/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= text-format
-PORTVERSION= 0.52.1
+PORTVERSION= 0.52.2
CATEGORIES= textproc ruby
MASTER_SITES= http://www.halostatue.ca/files/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -23,7 +23,7 @@ do-install:
cd ${WRKSRC}; ${RUBY} install.rb
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
- ${CP} -R ${WRKSRC}/doc/* ${RUBY_MODDOCDIR}/
+ ${CP} -R ${WRKSRC}/Changelog ${WRKSRC}/doc/* ${RUBY_MODDOCDIR}/
.endif
.include <bsd.port.mk>