summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Cook2010-06-13 19:58:57 -0500
committerGeorge Sherwood2010-06-14 07:05:42 -0500
commit2e46213c881cef81374b0e2912deba6ba7a2e514 (patch)
tree346f9a70e55270a6669fe27c6880b7c640a3a1f6
parentaaecabe860a908181a8e19ddf33a84d60b3864f4 (diff)
iputils-tracepath: BUILD: corrected spelling of function so docs build
(cherry picked from commit 9e20cb6924ba7c66fcc2932300c88e688b286a9f)
-rwxr-xr-xnet/iputils-tracepath/BUILD2
-rw-r--r--net/iputils-tracepath/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/net/iputils-tracepath/BUILD b/net/iputils-tracepath/BUILD
index 3f2a8b5f3e..18aa5a7c32 100755
--- a/net/iputils-tracepath/BUILD
+++ b/net/iputils-tracepath/BUILD
@@ -1,4 +1,4 @@
make TARGETS="tracepath tracepath6 traceroute6" &&
-if is_depends_enable $SPELL opensp ; then
+if is_depends_enabled $SPELL opensp ; then
make -C doc man
fi
diff --git a/net/iputils-tracepath/HISTORY b/net/iputils-tracepath/HISTORY
index a25f20f54c..f3b0a5916b 100644
--- a/net/iputils-tracepath/HISTORY
+++ b/net/iputils-tracepath/HISTORY
@@ -1,3 +1,6 @@
+2010-06-13 Robin Cook <rcook@wyrms.net>
+ * BUILD: corrected spelling of function so docs build
+
2009-07-25 Arjan Bouter <abouter@sourcemage.org>
* DEPENDS, BUILD, INSTALL: made manpages and docs optional