summaryrefslogtreecommitdiff
path: root/databases/ruby-gdbm
diff options
context:
space:
mode:
authortaca <taca>2008-06-20 15:43:14 +0000
committertaca <taca>2008-06-20 15:43:14 +0000
commit91559f75ea0b7e100ad52754e775afd0015fa4fe (patch)
tree9a9f5247a5440b3c38aaf65f70add53314ee52e8 /databases/ruby-gdbm
parent2a8171b1a8880c10dda5d893d1224a06bb04a76c (diff)
downloadpkgsrc-91559f75ea0b7e100ad52754e775afd0015fa4fe.tar.gz
Sort order with ruby-readline.
Diffstat (limited to 'databases/ruby-gdbm')
-rw-r--r--databases/ruby-gdbm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile
index d02a13e2a49..8798c809823 100644
--- a/databases/ruby-gdbm/Makefile
+++ b/databases/ruby-gdbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/03/13 22:04:07 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2008/06/20 15:43:14 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -15,8 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
RUBY_HAS_ARCHLIB= yes
USE_RUBY_EXTCONF= yes
DISTINFO_FILE= ${RUBY_DISTINFO_FILE}
-WRKSRC= ${RUBY_WRKSRC}/ext/gdbm
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/gdbm
+WRKSRC= ${RUBY_WRKSRC}/ext/gdbm
.include "../../lang/ruby/modules.mk"
.include "../../lang/ruby/Makefile.common"