diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-09-12 23:46:55 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-09-12 23:46:55 +0000 |
commit | fad28da06f8ed31e7b6dc3ae006afcae95ded6cb (patch) | |
tree | c2c28890f688b1dde7fc0ca2a1c19e4a9293c547 /mail | |
parent | 3bb459985d402f9c022a80ca4269296215a6b114 (diff) | |
download | ports-fad28da06f8ed31e7b6dc3ae006afcae95ded6cb.tar.gz ports-fad28da06f8ed31e7b6dc3ae006afcae95ded6cb.zip |
Notes
Diffstat (limited to 'mail')
-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 |