aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim-old
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-09-13 07:46:55 +0800
committersheldonh <sheldonh@FreeBSD.org>2001-09-13 07:46:55 +0800
commitfaa29df14fa31c9b6fd657cd49b0233d6d69f760 (patch)
treedbc7baf1b2d8f34b95c44c9259514f480f05d3f1 /mail/exim-old
parent3930be2f208bb9cdbf5550cef43320b366dd583f (diff)
downloadfreebsd-ports-gnome-faa29df14fa31c9b6fd657cd49b0233d6d69f760.tar.gz
freebsd-ports-gnome-faa29df14fa31c9b6fd657cd49b0233d6d69f760.tar.zst
freebsd-ports-gnome-faa29df14fa31c9b6fd657cd49b0233d6d69f760.zip
Fix inversion in NOPORTDOCS test introduced in previous delta.
Diffstat (limited to 'mail/exim-old')
-rw-r--r--mail/exim-old/Makefile2
1 files changed, 1 insertions, 1 deletions
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