aboutsummaryrefslogtreecommitdiff
path: root/sysutils/healthd
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2004-06-23 13:33:38 +0000
committerJames E. Housley <jeh@FreeBSD.org>2004-06-23 13:33:38 +0000
commitd81cca60f58cb1352d7c97f47d512f31f1db8f27 (patch)
treed5b3e70cf741fb8b5a5ca964aff5e849eb7e4b81 /sysutils/healthd
parent6ee631b3264ab01327106a6c146a8a19fd6844a5 (diff)
downloadports-d81cca60f58cb1352d7c97f47d512f31f1db8f27.tar.gz
ports-d81cca60f58cb1352d7c97f47d512f31f1db8f27.zip
Give help for the standard ports option WITHOUT_IPV6, so it is visiable
without having to read the Makefile. The same can be accomplished via adding the "-6" option when running healthd. PR: 68207 Submitted by: Walter Venable <weaseal@users.sourceforge.net>
Notes
Notes: svn path=/head/; revision=112056
Diffstat (limited to 'sysutils/healthd')
-rw-r--r--sysutils/healthd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile
index 21acd28777d7..f2aaaaa7f57a 100644
--- a/sysutils/healthd/Makefile
+++ b/sysutils/healthd/Makefile
@@ -61,4 +61,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/PROTOCOL ${HDDOCDIR}
.endif
+pre-everything::
+.ifndef (WITHOUT_IPV6)
+ @${ECHO_MSG} "WITHOUT_IPV6=yes builds without IPv6 support"
+.endif
.include <bsd.port.post.mk>