summaryrefslogtreecommitdiff
path: root/net/ruby-icmp
diff options
context:
space:
mode:
authorasau <asau>2012-10-23 17:18:07 +0000
committerasau <asau>2012-10-23 17:18:07 +0000
commit4cf1fa41517eb901e7e5a198fb767c80533249d0 (patch)
treed50b4bce05c17dae775c19b369feefcd32973510 /net/ruby-icmp
parent8441e63af6a2207f88fe03d6317d6754a32d5840 (diff)
downloadpkgsrc-4cf1fa41517eb901e7e5a198fb767c80533249d0.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}