diff options
Diffstat (limited to 'devel/ruby-amstd')
-rw-r--r-- | devel/ruby-amstd/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-amstd/pkg-descr | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/ruby-amstd/Makefile b/devel/ruby-amstd/Makefile index 7d2b60a93dfa..6933db8f0577 100644 --- a/devel/ruby-amstd/Makefile +++ b/devel/ruby-amstd/Makefile @@ -20,9 +20,9 @@ NO_BUILD= yes PLIST_SUB= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}" -RUBY= ${LOCALBASE}/bin/ruby -RUBY_VER= 1.4 -RUBY_ARCH= ${ARCH}-freebsd${OSREL} +RUBY?= ${LOCALBASE}/bin/ruby +RUBY_VER?= 1.4 +RUBY_ARCH?= ${ARCH}-freebsd${OSREL} DOCS_EN= README.en DOCS_JA= README.ja diff --git a/devel/ruby-amstd/pkg-descr b/devel/ruby-amstd/pkg-descr index b521016fc69b..c9ff612a862e 100644 --- a/devel/ruby-amstd/pkg-descr +++ b/devel/ruby-amstd/pkg-descr @@ -14,4 +14,5 @@ getdep.rb: gets file dependency to_s.rb: _name2str, _type2str inst.rb: helps installation version.rb: VersionNumber class must.rb: must/must_have/must_be methods +Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp> WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html |