diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-02 14:52:44 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-02 14:52:44 +0000 |
commit | d4c3b876f699135e7d21549728a8849d70ef4720 (patch) | |
tree | 9774d02939eabf6ee68216fa73b151f370aca0b7 /textproc/ruby-format/Makefile | |
parent | Update to 2.2.4.1. (diff) |
Update to 0.92.
Diffstat (limited to 'textproc/ruby-format/Makefile')
-rw-r--r-- | textproc/ruby-format/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/ruby-format/Makefile b/textproc/ruby-format/Makefile index 8c19cc3ab6b2..62e69386f666 100644 --- a/textproc/ruby-format/Makefile +++ b/textproc/ruby-format/Makefile @@ -6,11 +6,13 @@ # PORTNAME= format -PORTVERSION= 0.9 +PORTVERSION= 0.92 CATEGORIES= textproc ruby -MASTER_SITES= http://www.crhc.uiuc.edu/~rubel/ +#MASTER_SITES= http://www.crhc.uiuc.edu/~rubel/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= FormatR +DISTNAME= FormatR-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org |