diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2007-01-26 22:54:21 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2007-01-26 22:54:21 +0000 |
commit | ec60b4b254abce8cdd5771e82ebe5113f3a04230 (patch) | |
tree | 6cc1813c47104ccd156e50f0b6c8bfe444f83d39 /news | |
parent | afcd50037629a9cc60d80f912c060eaa1dcf4e07 (diff) | |
download | ports-ec60b4b254abce8cdd5771e82ebe5113f3a04230.tar.gz ports-ec60b4b254abce8cdd5771e82ebe5113f3a04230.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-current/Makefile | 2 | ||||
-rw-r--r-- | 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) |