aboutsummaryrefslogtreecommitdiffstats
path: root/net/fping/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-26 03:38:56 +0800
committerkrion <krion@FreeBSD.org>2003-10-26 03:38:56 +0800
commitae150c68d7786640159be078b65abc2add5a5085 (patch)
treec6d2fc6a9cae175f5cdc2c68aee922378823b9bb /net/fping/Makefile
parentc5c8c5a03bf4c881db8c9b7ae4d5e77917bb0601 (diff)
downloadfreebsd-ports-graphics-ae150c68d7786640159be078b65abc2add5a5085.tar.gz
freebsd-ports-graphics-ae150c68d7786640159be078b65abc2add5a5085.tar.zst
freebsd-ports-graphics-ae150c68d7786640159be078b65abc2add5a5085.zip
- Fix build on -current
- Pet portlint Reported by: bento (kris)
Diffstat (limited to 'net/fping/Makefile')
-rw-r--r--net/fping/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile
index cb27731c12d..5a0a3c966e6 100644
--- a/net/fping/Makefile
+++ b/net/fping/Makefile
@@ -17,7 +17,7 @@ COMMENT= Quickly ping N hosts w/o flooding the network
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --bindir="${PREFIX}/sbin"
+CONFIGURE_ARGS= --bindir="${PREFIX}/sbin"
MAN8= fping.8
.if defined(WITH_IPV6)
@@ -27,7 +27,7 @@ CFLAGS+= -DIPV6
post-patch:
@${REINPLACE_CMD} -e 's/fping@/${MAINTAINER:S/@/\\@/g} or fping@/g' \
- ${WRKSRC}/fping.c
+ ${WRKSRC}/fping.c
post-install:
@${STRIP_CMD} ${PREFIX}/sbin/fping