summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-09-12 23:46:55 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-09-12 23:46:55 +0000
commitfad28da06f8ed31e7b6dc3ae006afcae95ded6cb (patch)
treec2c28890f688b1dde7fc0ca2a1c19e4a9293c547 /mail
parento style fixes (diff)
Fix inversion in NOPORTDOCS test introduced in previous delta.
Notes
Notes: svn path=/head/; revision=47774
Diffstat (limited to 'mail')
-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