diff options
author | knu <knu@FreeBSD.org> | 2003-12-15 14:35:48 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-12-15 14:35:48 +0800 |
commit | 155e49881d531c83f15bd5c301a518a6f5ca60e3 (patch) | |
tree | 70a51b3f73a2ced5e52774bdcbcb7087f64e0940 /lang/ruby16-shim-ruby18/Makefile | |
parent | 6b63645061db6ce334a5ff08159bf508512e1cde (diff) | |
download | freebsd-ports-gnome-155e49881d531c83f15bd5c301a518a6f5ca60e3.tar.gz freebsd-ports-gnome-155e49881d531c83f15bd5c301a518a6f5ca60e3.tar.zst freebsd-ports-gnome-155e49881d531c83f15bd5c301a518a6f5ca60e3.zip |
Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.
Diffstat (limited to 'lang/ruby16-shim-ruby18/Makefile')
-rw-r--r-- | lang/ruby16-shim-ruby18/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/ruby16-shim-ruby18/Makefile b/lang/ruby16-shim-ruby18/Makefile index 2d0c6685a327..de3c3d253b00 100644 --- a/lang/ruby16-shim-ruby18/Makefile +++ b/lang/ruby16-shim-ruby18/Makefile @@ -6,12 +6,12 @@ # PORTNAME= shim-ruby18 -PORTVERSION= 1.8.1.p2 +PORTVERSION= 1.8.1.p3 CATEGORIES= lang devel ruby MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= shim PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= shim-ruby16_18-1.8.1-preview2 +DISTNAME= shim-ruby16_18-1.8.1-preview3 DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org @@ -39,7 +39,8 @@ IF_DEFAULT= "@comment " .endif INSTALLED_SCRIPTS= ${PREFIX}/bin/erb \ - ${PREFIX}/bin/h2rb + ${PREFIX}/bin/h2rb \ + ${PREFIX}/bin/rdoc PLIST_SUB+= IF_DEFAULT=${IF_DEFAULT} \ |