From 3d64ac74cba038fc2dc14ef823298480c0094790 Mon Sep 17 00:00:00 2001 From: naddy Date: Wed, 23 Jun 2004 14:17:05 +0000 Subject: [PATCH] - Fix packaging on amd64. - Enable regression test. ok couderc@ --- lang/ruby/Makefile | 6 +++--- lang/ruby/files/ruby.port.mk | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index a284dbffcbb..274252a76d6 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2004/02/20 22:52:57 couderc Exp $ +# $OpenBSD: Makefile,v 1.28 2004/06/23 14:17:05 naddy Exp $ COMMENT= "object oriented script language with threads" @@ -37,10 +37,10 @@ CONFIGURE_ARGS+= --with-tcl-include=${PREFIX}/include/tcl8.4 \ CONFIGURE_ARGS+= --without-x11 .endif -NO_REGRESS= Yes +REGRESS_TARGET= test REV=1.8 -SUB=${MACHINE_ARCH}-openbsd${OSREV} +SUB=${MACHINE_ARCH:S/amd64/x86_64/}-openbsd${OSREV} SUBST_VARS=SUB REV .include diff --git a/lang/ruby/files/ruby.port.mk b/lang/ruby/files/ruby.port.mk index 36f1d5a0caf..d3364ce1b07 100644 --- a/lang/ruby/files/ruby.port.mk +++ b/lang/ruby/files/ruby.port.mk @@ -1,4 +1,4 @@ -# $OpenBSD: ruby.port.mk,v 1.4 2004/02/20 22:52:58 couderc Exp $ +# $OpenBSD: ruby.port.mk,v 1.5 2004/06/23 14:17:05 naddy Exp $ # ruby module @@ -17,6 +17,6 @@ CONFIGURE_STYLE?= simple CONFIGURE_SCRIPT?= ${LOCALBASE}/bin/ruby extconf.rb REV=1.8 -SUB=${MACHINE_ARCH}-openbsd${OSREV} +SUB=${MACHINE_ARCH:S/amd64/x86_64/}-openbsd${OSREV} SUBST_VARS=SUB REV