1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

fix FAM handling when BATCH is defined

Reported by:	 Bjoern Voigt <bjoern@cs.tu-berlin.de>
This commit is contained in:
Oliver Lehmann 2006-04-04 16:44:08 +00:00
parent 0aa4e55385
commit 8c5dee48ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158777

View File

@ -134,7 +134,7 @@ EXTRA_DOCS= AUTHORS INSTALL NEWS imap/ChangeLog imap/README \
maildir/README.sharedfolders.txt tcpd/README.couriertls \
post-patch:
.if defined(WITHOUT_FAM)
.if !defined(WITH_FAM)
@${REINPLACE_CMD} -e 's|$$LIBFAM||g; s|HAVE_FAM|DO_NOT_HAVE_FAM|g' \
${WRKSRC}/maildir/configure
.endif