From 1de08155beef345a206c455f346398e7b3a29371 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Tue, 19 Jul 2011 17:28:48 +0000 Subject: [PATCH] Update SUB to remove OpenBSD version, so ruby 1.8 and ruby 1.9 can still package. OK landry@, jcs@ --- lang/ruby/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ruby/Makefile.inc b/lang/ruby/Makefile.inc index d95a8362d7..390961566e 100644 --- a/lang/ruby/Makefile.inc +++ b/lang/ruby/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2010/09/23 22:04:13 jeremy Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2011/07/19 17:28:48 jeremy Exp $ SHARED_ONLY ?= Yes @@ -28,7 +28,7 @@ CONFIGURE_ENV += PREFIX="${PREFIX}" \ INSTALL_TARGET ?= install install-doc REV ?= ${VERSION:R} -SUB ?= ${MACHINE_ARCH:S/amd64/x86_64/}-openbsd${OSREV} +SUB ?= ${MACHINE_ARCH:S/amd64/x86_64/}-openbsd SUBST_VARS += SUB REV # Building the ruby documentation consumes lots of memory.