summaryrefslogtreecommitdiff
path: root/meta-pkgs/ruby-shoulda
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-12-07 19:38:59 +0000
committerrodent <rodent@pkgsrc.org>2014-12-07 19:38:59 +0000
commitfd10e8978402ede6dcd6363b575fcaa4205c9ec6 (patch)
tree69a10333a81bae220277240fe5ec6cde337b12d3 /meta-pkgs/ruby-shoulda
parent641e25014ec6e9584f4e0f90d89695b5f9284e43 (diff)
downloadpkgsrc-fd10e8978402ede6dcd6363b575fcaa4205c9ec6.tar.gz
Adding META_PACKAGE=yes for consistency with other meta-pkgs, although this
option is undocumented. :\
Diffstat (limited to 'meta-pkgs/ruby-shoulda')
-rw-r--r--meta-pkgs/ruby-shoulda/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/ruby-shoulda/Makefile b/meta-pkgs/ruby-shoulda/Makefile
index b150fb2fef4..7d53f99dd78 100644
--- a/meta-pkgs/ruby-shoulda/Makefile
+++ b/meta-pkgs/ruby-shoulda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/08/14 16:10:08 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2014/12/07 19:38:59 rodent Exp $
DISTNAME= shoulda-3.5.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -16,5 +16,7 @@ USE_LANGUAGES= # none
RUBY_VERSION_SUPPORTED= 200 193 21
+META_PACKAGE= yes
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"