summaryrefslogtreecommitdiff
path: root/mail/sid-milter/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-07-27 07:32:38 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-07-27 07:32:38 +0000
commitbe732dbbba814a5706db86c64941aba9d2cd1dcc (patch)
tree5b9ce1f8c4bb6ffc376550370343ae5d5be04582 /mail/sid-milter/Makefile
parentFix plist. (diff)
- disable checks on BUILDING_INDEX
Suggested by: cperciva
Diffstat (limited to 'mail/sid-milter/Makefile')
-rw-r--r--mail/sid-milter/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/sid-milter/Makefile b/mail/sid-milter/Makefile
index 5622842199f1..d3a82151d05b 100644
--- a/mail/sid-milter/Makefile
+++ b/mail/sid-milter/Makefile
@@ -24,10 +24,12 @@ INSTALL_WRKSRC= ${WRKSRC}/sid-filter
PLIST_FILES= libexec/sid-filter
PORTDOCS= ${DOCSFILES}
+.if !defined(BUILDING_INDEX)
IPCCHECK!= ipcrm -q 0 2>&1 || true
.if ${IPCCHECK:Mimplemented}
IGNORE= your system does not support sysvipc
.endif
+.endif
SITE+= ${FILESDIR}/site.config.m4
.if defined(WITH_SIDMILTER_AR)