diff options
Diffstat (limited to 'net/fping/Makefile')
-rw-r--r-- | net/fping/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile index 01af658f19f..15da99e2a85 100644 --- a/net/fping/Makefile +++ b/net/fping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/03/24 21:12:58 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/17 04:49:47 jlam Exp $ DISTNAME= fping-2.4b2_to PKGNAME= fping-2.4b2 @@ -13,6 +13,6 @@ COMMENT= Quickly ping many hosts w/o flooding the network GNU_CONFIGURE= YES post-install: - ${CHMOD} 4555 ${LOCALBASE}/sbin/fping + ${CHMOD} 4555 ${PREFIX}/sbin/fping .include "../../mk/bsd.pkg.mk" |