diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-09 00:48:06 +0000 |
commit | 9840e186c09ad82df2bcea92fffcce5a819c03c2 (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /lang/ruby | |
parent | ca54aff5ca2466cff66bda45af9d9d0f88b21ffe (diff) | |
download | pkgsrc-9840e186c09ad82df2bcea92fffcce5a819c03c2.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index a4b265dff55..b67d1247e42 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2008/03/04 16:38:13 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2009/04/09 00:48:09 joerg Exp $ DISTNAME= # empty PKGNAME= ruby-${RUBY_VERSION_SUFFIX} @@ -14,7 +14,6 @@ CONFLICTS= pkg_alternatives-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir -NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes |