diff options
author | taca <taca@pkgsrc.org> | 2009-02-15 03:24:50 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-02-15 03:24:50 +0000 |
commit | d62b48ee8b1ad09e2187226d79e713e357dc1c6b (patch) | |
tree | de157f00eedd2c464ef50dccc7c83b17924741de /net/ruby-icmp | |
parent | 9f89df5d55d22b93cb1e0de79059a429977f7762 (diff) | |
download | pkgsrc-d62b48ee8b1ad09e2187226d79e713e357dc1c6b.tar.gz |
Enable DESTDIR support with devel/ruby-setup.
(No other functional change.)
Diffstat (limited to 'net/ruby-icmp')
-rw-r--r-- | net/ruby-icmp/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/ruby-icmp/Makefile b/net/ruby-icmp/Makefile index 932c79a5f85..0027f7a664e 100644 --- a/net/ruby-icmp/Makefile +++ b/net/ruby-icmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/06/19 14:53:07 taca Exp $ +# $NetBSD: Makefile,v 1.10 2009/02/15 03:27:01 taca Exp $ DISTNAME= icmp-0.2.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -10,11 +10,13 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= # not available COMMENT= Ruby module for handling ICMP packets -USE_RUBY_INSTALL= yes +USE_RUBY_SETUP= yes +USE_RUBY_SETUP_PKG= yes NO_BUILD= yes REPLACE_RUBY= sample/ping.rb sample/traceroute.rb EXAMPLES= sample/ping.rb sample/traceroute.rb -INSTALLATION_DIRS= ${RUBY_EG}/icmp +INSTALLATION_DIRS= ${RUBY_EG}/icmp ${RUBY_VENDORLIB} +PKG_DESTDIR_SUPPORT= user-destdir post-install: .for f in ${EXAMPLES} |