From ec60b4b254abce8cdd5771e82ebe5113f3a04230 Mon Sep 17 00:00:00 2001 From: Shaun Amott Date: Fri, 26 Jan 2007 22:54:21 +0000 Subject: [PATCH] Fix inn and inn-current install. Nudged by: pav --- news/inn-current/Makefile | 2 -- news/inn/Makefile | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 8a1eca8e5954..e8e4c7cb4e82 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -23,6 +23,4 @@ MD5_FILE= ${.CURDIR}/distinfo MASTERDIR= ${.CURDIR}/../inn -BROKEN= Install fails - .include "${MASTERDIR}/Makefile" diff --git a/news/inn/Makefile b/news/inn/Makefile index d56aac290b3c..2e5ed31ccbed 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -162,10 +162,11 @@ MAN8= actsync.8 archive.8 auth_smb.8 batcher.8 buffchan.8 \ MAN1+= startinnfeed.1 MAN3+= parsedate.3 MAN5+= sasl.conf.5 -MAN8+= actsyncd.8 inndstart.8 innbind.8 tinyleaf.8 +MAN8+= actsyncd.8 inndstart.8 PLIST_SUB+= NOTCURRENT="" .else PLIST_SUB+= NOTCURRENT="@comment " +MAN8+= innbind.8 tinyleaf.8 .endif .if defined(WITH_KERBEROS)