- Fix packaging on amd64.

- Enable regression test.

ok couderc@
This commit is contained in:
naddy 2004-06-23 14:17:05 +00:00
parent f919a06e19
commit 3d64ac74cb
2 changed files with 5 additions and 5 deletions

View File

@ -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" COMMENT= "object oriented script language with threads"
@ -37,10 +37,10 @@ CONFIGURE_ARGS+= --with-tcl-include=${PREFIX}/include/tcl8.4 \
CONFIGURE_ARGS+= --without-x11 CONFIGURE_ARGS+= --without-x11
.endif .endif
NO_REGRESS= Yes REGRESS_TARGET= test
REV=1.8 REV=1.8
SUB=${MACHINE_ARCH}-openbsd${OSREV} SUB=${MACHINE_ARCH:S/amd64/x86_64/}-openbsd${OSREV}
SUBST_VARS=SUB REV SUBST_VARS=SUB REV
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -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 # ruby module
@ -17,6 +17,6 @@ CONFIGURE_STYLE?= simple
CONFIGURE_SCRIPT?= ${LOCALBASE}/bin/ruby extconf.rb CONFIGURE_SCRIPT?= ${LOCALBASE}/bin/ruby extconf.rb
REV=1.8 REV=1.8
SUB=${MACHINE_ARCH}-openbsd${OSREV} SUB=${MACHINE_ARCH:S/amd64/x86_64/}-openbsd${OSREV}
SUBST_VARS=SUB REV SUBST_VARS=SUB REV