diff options
author | shaun <shaun@FreeBSD.org> | 2007-01-27 06:54:21 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2007-01-27 06:54:21 +0800 |
commit | 22ba6c7212337707f345a7229b589698a958b089 (patch) | |
tree | 993928e193deb4f95dbd544efd97e8a898e0a780 | |
parent | ef160eb5f7580a0621c8e0edf408df1bc261055a (diff) | |
download | freebsd-ports-gnome-22ba6c7212337707f345a7229b589698a958b089.tar.gz freebsd-ports-gnome-22ba6c7212337707f345a7229b589698a958b089.tar.zst freebsd-ports-gnome-22ba6c7212337707f345a7229b589698a958b089.zip |
Fix inn and inn-current install.
Nudged by: pav
-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) |