summaryrefslogtreecommitdiffstats
path: root/mail/exim-devel
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-09-12 23:46:55 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-09-12 23:46:55 +0000
commitfaa29df14fa31c9b6fd657cd49b0233d6d69f760 (patch)
treedbc7baf1b2d8f34b95c44c9259514f480f05d3f1 /mail/exim-devel
parent3930be2f208bb9cdbf5550cef43320b366dd583f (diff)
downloadFreeBSD-ports-faa29df14fa31c9b6fd657cd49b0233d6d69f760.zip
FreeBSD-ports-faa29df14fa31c9b6fd657cd49b0233d6d69f760.tar.gz
Fix inversion in NOPORTDOCS test introduced in previous delta.
Diffstat (limited to 'mail/exim-devel')
-rw-r--r--mail/exim-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile
index a005197..05d315f 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
OpenPOWER on IntegriCloud