summaryrefslogtreecommitdiff
path: root/net/ruby-icmp
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-10-23 17:18:07 +0000
committerasau <asau@pkgsrc.org>2012-10-23 17:18:07 +0000
commit276a662941e96eb9e2365a6746653f5103be8fb2 (patch)
treed50b4bce05c17dae775c19b369feefcd32973510 /net/ruby-icmp
parente1eb0090ae6d8b8fdd7a38fe2ca40e638a527849 (diff)
downloadpkgsrc-276a662941e96eb9e2365a6746653f5103be8fb2.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'net/ruby-icmp')
-rw-r--r--net/ruby-icmp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ruby-icmp/Makefile b/net/ruby-icmp/Makefile
index 6c73911e8c1..61471232d2b 100644
--- a/net/ruby-icmp/Makefile
+++ b/net/ruby-icmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2010/09/10 07:37:25 taca Exp $
+# $NetBSD: Makefile,v 1.12 2012/10/23 17:19:06 asau Exp $
DISTNAME= icmp-0.2.2
PKGREVISION= 3
@@ -16,7 +16,6 @@ NO_BUILD= yes
REPLACE_RUBY= sample/ping.rb sample/traceroute.rb
EXAMPLES= sample/ping.rb sample/traceroute.rb
INSTALLATION_DIRS= ${RUBY_EG}/icmp ${RUBY_VENDORLIB}
-PKG_DESTDIR_SUPPORT= user-destdir
post-install:
.for f in ${EXAMPLES}