diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-04-04 12:52:04 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-04-04 12:52:04 +0000 |
commit | b2af53dd1109e72769bdb07af4ebc99037545120 (patch) | |
tree | a33de52bb7debfed842f4304d0ae5963a4987351 /Mk/bsd.ruby.mk | |
parent | d6a6cbc1f74e6a98f2460d0c746ea64a253b60b3 (diff) | |
download | ports-b2af53dd1109e72769bdb07af4ebc99037545120.tar.gz ports-b2af53dd1109e72769bdb07af4ebc99037545120.zip |
Notes
Diffstat (limited to 'Mk/bsd.ruby.mk')
-rw-r--r-- | Mk/bsd.ruby.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index 5ea913424289..ce66f27f02ae 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -74,6 +74,8 @@ Ruby_Include_MAINTAINER= stas@FreeBSD.org # suffix in the form of `xyz'. # RUBY_PORTVERSION - PORTVERSION for the standard ruby ports (ruby, # ruby-gdbm, etc.). +# RUBY_PORTREVISION - PORTREVISION for the standard ruby ports. +# RUBY_PORTEPOCH - PORTEPOCH for the standard ruby ports. # RUBY_DISTNAME - DISTNAME for the standard ruby ports, i.e. the # basename of the ruby distribution tarball. # RUBY_DISTVERSION - The version number part of RUBY_DISTNAME. @@ -161,6 +163,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} .if defined(RUBY_VER) && ${RUBY_VER} == 1.8 RUBY_RELVERSION= 1.8.6 RUBY_PORTREVISION= 0 +RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 .if ${RUBY_PATCHLEVEL} == 0 |