summaryrefslogtreecommitdiff
path: root/net/fping
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-10 17:22:20 +0000
committerjoerg <joerg>2009-02-10 17:22:20 +0000
commitecb8533bda97f31a5a6c50023ab1e64535ef1df2 (patch)
treed9a146cce1a988dad14aa3e058ca592a5f674b29 /net/fping
parent46d3835274483967e07ab865d1193505fa1f606d (diff)
downloadpkgsrc-ecb8533bda97f31a5a6c50023ab1e64535ef1df2.tar.gz
DESTDIR support.
Diffstat (limited to 'net/fping')
-rw-r--r--net/fping/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile
index 15da99e2a85..7eec447675e 100644
--- a/net/fping/Makefile
+++ b/net/fping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/06/17 04:49:47 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2009/02/10 17:26:05 joerg Exp $
DISTNAME= fping-2.4b2_to
PKGNAME= fping-2.4b2
@@ -10,9 +10,10 @@ MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://www.fping.com/
COMMENT= Quickly ping many hosts w/o flooding the network
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= YES
-post-install:
- ${CHMOD} 4555 ${PREFIX}/sbin/fping
+SPECIAL_PERMS+= sbin/fping ${SETUID_ROOT_PERMS}
.include "../../mk/bsd.pkg.mk"