Add check weather sendmail was installed from ports
PR: 38235 Submitted by: maintainer
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user