diff options
author | taca <taca@pkgsrc.org> | 2004-11-28 06:31:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-11-28 06:31:47 +0000 |
commit | c2b3c252c562f92fcd7497ad61f93fc9cb47c313 (patch) | |
tree | 08850703603388939254b429fcad1ab5016a7457 /net | |
parent | 4a4788d77bf198112c11a99e345608c2f0f67edf (diff) | |
download | pkgsrc-c2b3c252c562f92fcd7497ad61f93fc9cb47c313.tar.gz |
Fix a mistake of REPLACE_RUBY_DIRS usage.
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-drb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ruby-drb/Makefile b/net/ruby-drb/Makefile index fdae8a3e5aa..52dc9a53bcf 100644 --- a/net/ruby-drb/Makefile +++ b/net/ruby-drb/Makefile @@ -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 @@ COMMENT= Distributed Ruby 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 |