summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Cook2010-06-13 19:56:43 -0500
committerGeorge Sherwood2010-06-14 07:05:26 -0500
commitaaecabe860a908181a8e19ddf33a84d60b3864f4 (patch)
tree115404a265c942b5ee39759a153b2e9e6b8ad9be
parent909d3de8fc84674634b4e926e8a310260ba33df1 (diff)
iputils-ping: BUILD: corrected function spelling so docs build
(cherry picked from commit 42d9e6fa7248bf0454c7ffcb76a3a3f121df4681)
-rwxr-xr-xnet/iputils-ping/BUILD2
-rw-r--r--net/iputils-ping/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/net/iputils-ping/BUILD b/net/iputils-ping/BUILD
index d5ccb13b93..3b325a0b09 100755
--- a/net/iputils-ping/BUILD
+++ b/net/iputils-ping/BUILD
@@ -1,4 +1,4 @@
make TARGETS="ping ping6" &&
-if is_depends_enable $SPELL opensp ; then
+if is_depends_enabled $SPELL opensp ; then
make -C doc man
fi
diff --git a/net/iputils-ping/HISTORY b/net/iputils-ping/HISTORY
index fdec8f4273..6960507ae6 100644
--- a/net/iputils-ping/HISTORY
+++ b/net/iputils-ping/HISTORY
@@ -1,3 +1,6 @@
+2010-06-13 Robin Cook <rcook@wyrms.net>
+ * BUILD: corrected function spelling so docs build
+
2009-07-25 Arjan Bouter <abouter@sourcemage.org>
* DEPENDS, BUILD, INSTALL: made docs and manpages optional