1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Fix inn and inn-current install.

Nudged by:	pav
This commit is contained in:
Shaun Amott 2007-01-26 22:54:21 +00:00
parent afcd500376
commit ec60b4b254
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183367
2 changed files with 2 additions and 3 deletions

View File

@ -23,6 +23,4 @@ MD5_FILE= ${.CURDIR}/distinfo
MASTERDIR= ${.CURDIR}/../inn
BROKEN= Install fails
.include "${MASTERDIR}/Makefile"

View File

@ -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)