summaryrefslogtreecommitdiffstats
path: root/net/sntop
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-11-14 00:28:41 +0000
committerasami <asami@FreeBSD.org>2000-11-14 00:28:41 +0000
commitddcd4e589b1a58b77915a4c8e23519fe2a33ad7f (patch)
treeddf2268dc966938d01ecf4c2596616b115401b43 /net/sntop
parent8badc24c51a80ba25b8ce5c45a8e48b0f1fd04ec (diff)
downloadFreeBSD-ports-ddcd4e589b1a58b77915a4c8e23519fe2a33ad7f.zip
FreeBSD-ports-ddcd4e589b1a58b77915a4c8e23519fe2a33ad7f.tar.gz
fping is in ${LOCALBASE}/sbin, not in root's default search path, so spell
it out. Submitted by: bento
Diffstat (limited to 'net/sntop')
-rw-r--r--net/sntop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sntop/Makefile b/net/sntop/Makefile
index 8e51104..1ac492e 100644
--- a/net/sntop/Makefile
+++ b/net/sntop/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= sntop
MAINTAINER= matt@gsicomp.on.ca
-RUN_DEPENDS= fping:${PORTSDIR}/net/fping
+RUN_DEPENDS= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping
GNU_CONFIGURE= yes
OpenPOWER on IntegriCloud