summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-05-22 23:03:20 +0000
committerPatrick Li <pat@FreeBSD.org>2002-05-22 23:03:20 +0000
commit720dd2e225a8d3e25a9e58813c04cb1bb3440d3f (patch)
treecf574f37980f7d578a0f5219afc219463d60eaed /security/drweb-sendmail
parentUpdate to 0.4.1 (diff)
Add check weather sendmail was installed from ports
PR: 38235 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=59739
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r--security/drweb-sendmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile
index dda5481cc1ec..3ffdc659c793 100644
--- a/security/drweb-sendmail/Makefile
+++ b/security/drweb-sendmail/Makefile
@@ -21,8 +21,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/opt/drweb/clients/sources/drwebdc
INST_PREFIX= ${PREFIX}/${PORTNAME}
DOC_DIR= ${PREFIX}/share/doc/drweb-sendmail
-.if !exists( /usr/include/libmilter/mfapi.h )
-IGNORE= "requires libmilter installed in the base system, upgrade your FreeBSD"
+.if !exists( /usr/include/libmilter/mfapi.h ) || !exists( ${LOCALBASE}/include/libmilter/mfapi.h )
+IGNORE= "requires libmilter installed. Upgrade your FreeBSD system or sendmail package/port"
.endif
.if !defined(WITH_DRWEBSMF_HOSTNAME)