aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/exim-devel/Makefile2
-rw-r--r--mail/exim-old/Makefile2
-rw-r--r--mail/exim/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile
index a00519708b35..05d315fb7ae3 100644
--- a/mail/exim-devel/Makefile
+++ b/mail/exim-devel/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= sheldonh@FreeBSD.org
USE_BZIP2= yes
-.if !defined(NOPORTDOCS)
+.if defined(NOPORTDOCS)
PKGMESSAGE= ${FILESDIR}/POST-INSTALL-NOTES
.endif
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile
index a00519708b35..05d315fb7ae3 100644
--- a/mail/exim-old/Makefile
+++ b/mail/exim-old/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= sheldonh@FreeBSD.org
USE_BZIP2= yes
-.if !defined(NOPORTDOCS)
+.if defined(NOPORTDOCS)
PKGMESSAGE= ${FILESDIR}/POST-INSTALL-NOTES
.endif
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index a00519708b35..05d315fb7ae3 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= sheldonh@FreeBSD.org
USE_BZIP2= yes
-.if !defined(NOPORTDOCS)
+.if defined(NOPORTDOCS)
PKGMESSAGE= ${FILESDIR}/POST-INSTALL-NOTES
.endif