summaryrefslogtreecommitdiff
path: root/net/fping6/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 04:49:45 +0000
committerjlam <jlam>2005-06-17 04:49:45 +0000
commit79688a7f5250bd47f328e560936fb29816443112 (patch)
tree60b722189a49bfe1537f12edb5ede23f86aeb41e /net/fping6/Makefile
parenta4f055ba26863956147b0f0f2d789a3a17cb4fb0 (diff)
downloadpkgsrc-79688a7f5250bd47f328e560936fb29816443112.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'net/fping6/Makefile')
-rw-r--r--net/fping6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/fping6/Makefile b/net/fping6/Makefile
index cd50f645492..9a8ee8191cd 100644
--- a/net/fping6/Makefile
+++ b/net/fping6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/17 22:51:10 grant Exp $
+# $NetBSD: Makefile,v 1.3 2005/06/17 04:49:47 jlam Exp $
DISTNAME= fping-2.4b2_to-ipv6
PKGNAME= fping6-2.4b2
@@ -15,6 +15,6 @@ post-patch:
@${MV} ${WRKSRC}/fping.8 ${WRKSRC}/fping6.8
post-install:
- ${CHMOD} 4555 ${LOCALBASE}/sbin/fping6
+ ${CHMOD} 4555 ${PREFIX}/sbin/fping6
.include "../../mk/bsd.pkg.mk"