Skip to content

Commit

Permalink
Update SUB to remove OpenBSD version, so ruby 1.8 and ruby 1.9
Browse files Browse the repository at this point in the history
can still package.

OK landry@, jcs@
  • Loading branch information
Jeremy Evans committed Jul 19, 2011
1 parent 14dc077 commit 1de0815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/ruby/Makefile.inc
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 1de0815

Please sign in to comment.