diff options
-rw-r--r-- | mail/exim-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-old/Makefile | 2 | ||||
-rw-r--r-- | mail/exim/Makefile | 2 |
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 |