pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Fix a mistake of REPLACE_RUBY_DIRS usage.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2213a6e3fe1d
branches: trunk
changeset: 484559:2213a6e3fe1d
user: taca <taca%pkgsrc.org@localhost>
date: Sun Nov 28 06:31:47 2004 +0000
description:
Fix a mistake of REPLACE_RUBY_DIRS usage.
diffstat:
net/ruby-drb/Makefile | 4 ++--
x11/ruby-tk/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 0eb7762d15b8 -r 2213a6e3fe1d net/ruby-drb/Makefile
--- a/net/ruby-drb/Makefile Sun Nov 28 06:26:52 2004 +0000
+++ b/net/ruby-drb/Makefile Sun Nov 28 06:31:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/11/28 06:10:35 taca Exp $
+# $NetBSD: Makefile,v 1.8 2004/11/28 06:31:47 taca Exp $
# FreeBSD: ports/net/ruby-drb/Makefile,v 1.8 2001/01/18 16:57:25 knu Exp
DISTNAME= drb-2.0.4
@@ -12,7 +12,7 @@
RUBY_VERSION= ${RUBY16_VERSION}
USE_RUBY_INSTALL= yes
-REPLACE_RUBY_DIRS= sample
+REPLACE_RUBY_DIRS= ${WRKSRC}/sample
DOCS= acl-ref.rd acl-ref.rd.ja acl.rd acl.rd.ja \
changelog.rd drb-ref.rd drb-ref.rd.ja mutexm.rd.ja \
security.rd security.rd.ja tuplespace-ref.rd.ja
diff -r 0eb7762d15b8 -r 2213a6e3fe1d x11/ruby-tk/Makefile
--- a/x11/ruby-tk/Makefile Sun Nov 28 06:26:52 2004 +0000
+++ b/x11/ruby-tk/Makefile Sun Nov 28 06:31:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/11/27 14:50:45 taca Exp $
+# $NetBSD: Makefile,v 1.11 2004/11/28 06:32:53 taca Exp $
# FreeBSD: ports/x11-toolkits/ruby-tk/Makefile,v 1.21 2000/10/20 19:56:04 knu Exp
DISTNAME= ${RUBY_DISTNAME}
@@ -19,7 +19,7 @@
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/tk
WRKSRC= ${RUBY_WRKSRC}/ext/tk
-REPLACE_RUBY_DIRS= sample
+REPLACE_RUBY_DIRS= ${WRKSRC}/sample
post-patch:
@${FIND} ${WRKSRC} \( -name '*.orig' -o -name '*.bak' \) \
Home |
Main Index |
Thread Index |
Old Index