From 355199d5b94a778c942236ff8d3fa279232ce2b2 Mon Sep 17 00:00:00 2001 From: jeremy Date: Sat, 27 Sep 2014 17:05:37 +0000 Subject: [PATCH] Build a package for the default version of ruby, instead of ruby 1.9. --- textproc/ruby-rss/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/textproc/ruby-rss/Makefile b/textproc/ruby-rss/Makefile index e9c0d7e3588..8ae1abf2b80 100644 --- a/textproc/ruby-rss/Makefile +++ b/textproc/ruby-rss/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2013/03/11 11:42:47 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2014/09/27 17:05:37 jeremy Exp $ COMMENT= improved ruby RSS and Atom parser DISTNAME= rss-0.2.4 -PKGNAME= ruby19-${DISTNAME} -REVISION= 3 +PKGNAME= ${MODRUBY_PKG_PREFIX}-${DISTNAME} CATEGORIES= textproc devel # ruby @@ -13,7 +12,6 @@ PERMIT_PACKAGE_CDROM= yes MASTER_SITES= http://www.cozmixng.org/~kou/download/ MODULES= lang/ruby -MODRUBY_REV = 1.9 CONFIGURE_STYLE=ruby setup