diff options
author | stas <stas@FreeBSD.org> | 2007-04-04 20:52:04 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-04-04 20:52:04 +0800 |
commit | f06c9717447d0e50ba80281da7ea226c8a0d3306 (patch) | |
tree | 0b6bb05753cd99c4d9a3d99dde7eeea0df58384e /Mk | |
parent | 8042bda08d865ed962c9053205af980c30786a23 (diff) | |
download | freebsd-ports-graphics-f06c9717447d0e50ba80281da7ea226c8a0d3306.tar.gz freebsd-ports-graphics-f06c9717447d0e50ba80281da7ea226c8a0d3306.tar.zst freebsd-ports-graphics-f06c9717447d0e50ba80281da7ea226c8a0d3306.zip |
- Add forgotten RUBY_PORTEPOCH variable [1]
- Document new variables.
PR: ports/111209 [1]
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1]
Diffstat (limited to '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 5ea91342428..ce66f27f02a 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 |