From 0f1f57b98ee14145ab9720011c563758c1030931 Mon Sep 17 00:00:00 2001 From: DPorts Builder Date: Sat, 18 Apr 2015 03:52:01 -0700 Subject: [PATCH] Tweak news/husky-htick version 1.9.20140519_1 --- news/husky-htick/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/news/husky-htick/Makefile b/news/husky-htick/Makefile index 11b24fa3873..582e5134da7 100644 --- a/news/husky-htick/Makefile +++ b/news/husky-htick/Makefile @@ -17,12 +17,11 @@ PLIST_FILES= bin/htick man/man1/htick.1.gz MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR= htick -.include # The texi files are too old for the ports texinfo # The correct fix is to update the texi file so modern texinfo can use it # Until then, disable installation of info page on FreeBSD 11 and DragonFly # to unbreak the build on those platforms. -.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} > 1100000) +.if !exists(/usr/bin/makeinfo) .else USES+= makeinfo ALL_TARGET+= doc @@ -36,4 +35,4 @@ post-patch: ${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ ${WRKSRC}/man/htick.1 -.include +.include -- 2.41.0