summaryrefslogtreecommitdiff
path: root/mail/exim
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/exim
parento style fixes (diff)
Fix inversion in NOPORTDOCS test introduced in previous delta.
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile2
1 files changed, 1 insertions, 1 deletions
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