diff options
author | knu <knu@FreeBSD.org> | 2003-06-15 22:04:03 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-06-15 22:04:03 +0000 |
commit | ca874ececa06e8cce8a97fd96a30a65c85213356 (patch) | |
tree | 690c9e8a6af16fa088e5d5bd425cb4b2722aca91 /net/ruby-dict/Makefile | |
parent | e27989d7f2ff5913841831cc2c2de98a417ed1b5 (diff) | |
download | FreeBSD-ports-ca874ececa06e8cce8a97fd96a30a65c85213356.zip FreeBSD-ports-ca874ececa06e8cce8a97fd96a30a65c85213356.tar.gz |
Update to 0.9.2.
Diffstat (limited to 'net/ruby-dict/Makefile')
-rw-r--r-- | net/ruby-dict/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ruby-dict/Makefile b/net/ruby-dict/Makefile index db28666..4e0a510 100644 --- a/net/ruby-dict/Makefile +++ b/net/ruby-dict/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dict -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.2 CATEGORIES= net ruby MASTER_SITES= http://www.caliban.org/files/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -22,7 +22,7 @@ RUBY_SETUP= install.rb RUBY_SHEBANG_FILES= ${WRKSRC}/rdict -DOCS= README doc/dict.html doc/rdict.html +DOCS= Changelog README doc/dict.html doc/rdict.html post-install: ${INSTALL_SCRIPT} ${WRKSRC}/rdict ${PREFIX}/bin/ |