summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-12-29 12:13:30 +0000
committertaca <taca@pkgsrc.org>2015-12-29 12:13:30 +0000
commit3c3bf0eb8e7eaac7e8625ca85196a500f7f45481 (patch)
treeef49573a96b6d3599562b922e76ffb58c27a6751
parent78c740564974f76e208426a2cbd8f7fb1eed8062 (diff)
downloadpkgsrc-3c3bf0eb8e7eaac7e8625ca85196a500f7f45481.tar.gz
Since DISTINFO_FILE is defined in lang/ruby/Makefile.common, no need to
define it here.
-rw-r--r--devel/ruby-readline/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-readline/Makefile b/devel/ruby-readline/Makefile
index 7e80cf2a67c..615d054a082 100644
--- a/devel/ruby-readline/Makefile
+++ b/devel/ruby-readline/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2015/11/23 15:46:59 taca Exp $
+# $NetBSD: Makefile,v 1.40 2015/12/29 12:13:30 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -14,7 +14,6 @@ COMMENT= Ruby extension to readline library
RUBY_VERSION_SUPPORTED= 22 21 200 18
USE_RUBY_EXTCONF= yes
-DISTINFO_FILE= ${RUBY_DISTINFO_FILE}
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/readline
WRKSRC= ${RUBY_WRKSRC}/ext/readline
MAKE_ENV+= top_srcdir=../..