diff options
author | taca <taca> | 2002-01-19 09:30:32 +0000 |
---|---|---|
committer | taca <taca> | 2002-01-19 09:30:32 +0000 |
commit | 27424b1547a7d7efdca9851d5717631b5303c6e3 (patch) | |
tree | f775bedd722a134bd4bd0d3482570d6e35510715 /net/ruby-icmp/Makefile | |
parent | 186abab244089661b5d6aff7bfa448f591991a19 (diff) | |
download | pkgsrc-27424b1547a7d7efdca9851d5717631b5303c6e3.tar.gz |
Update ruby-icmp package to 0.2.1. Changes are not available.
Diffstat (limited to 'net/ruby-icmp/Makefile')
-rw-r--r-- | net/ruby-icmp/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/ruby-icmp/Makefile b/net/ruby-icmp/Makefile index 1a2b34e409b..a903de40e11 100644 --- a/net/ruby-icmp/Makefile +++ b/net/ruby-icmp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 14:26:16 taca Exp $ +# $NetBSD: Makefile,v 1.2 2002/01/19 09:30:32 taca Exp $ # FreeBSD: ports/net/ruby-icmp/Makefile,v 1.2 2000/11/02 19:06:06 knu Exp -DISTNAME= icmp-0.1.1 +DISTNAME= icmp-0.2.1 PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME} CATEGORIES= net MASTER_SITES= http://www.notwork.org/~gotoyuzo/ruby/src/ @@ -15,11 +15,10 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install -REPLACE_RUBY= ping.rb -EXAMPLES= ping.rb +REPLACE_RUBY= sample/ping.rb sample/traceroute.rb +EXAMPLES= sample/ping.rb sample/traceroute.rb post-install: - ${INSTALL_DATA} ${WRKSRC}/icmp.rb ${RUBY_SITELIBDIR} ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/icmp .for f in ${EXAMPLES} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/icmp |