summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorabs <abs>2005-10-03 20:20:18 +0000
committerabs <abs>2005-10-03 20:20:18 +0000
commit7af9995e6d737b79d7aafe43be000bfd952b1c76 (patch)
tree61a0f6f2ae76e77d50de18784ad93fe0a0c314c6 /mail/exim
parentf49dcce2a4e86eb77e6fb3f54d94df8479325155 (diff)
downloadpkgsrc-7af9995e6d737b79d7aafe43be000bfd952b1c76.tar.gz
Update exim to exim-4.52nb4:
Fix PLIST for eximon option - from Sven Hartge
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile4
-rw-r--r--mail/exim/PLIST.eximon3
-rw-r--r--mail/exim/options.mk3
3 files changed, 7 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index c580948568a..c3e4a682e81 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2005/10/03 18:45:50 abs Exp $
+# $NetBSD: Makefile,v 1.67 2005/10/03 20:20:18 abs Exp $
DISTNAME= exim-4.52
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= mail net
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
diff --git a/mail/exim/PLIST.eximon b/mail/exim/PLIST.eximon
new file mode 100644
index 00000000000..c9cc9890952
--- /dev/null
+++ b/mail/exim/PLIST.eximon
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.eximon,v 1.1 2005/10/03 20:20:18 abs Exp $
+sbin/eximon
+sbin/eximon.bin
diff --git a/mail/exim/options.mk b/mail/exim/options.mk
index 1836a8edf35..832afad4cec 100644
--- a/mail/exim/options.mk
+++ b/mail/exim/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2005/10/03 18:45:50 abs Exp $
+# $NetBSD: options.mk,v 1.3 2005/10/03 20:20:18 abs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.exim
PKG_SUPPORTED_OPTIONS= exim-build-eximon exim-content-scan exim-lookup-dnsdb
@@ -10,6 +10,7 @@ PKG_SUGGESTED_OPTIONS= exim-content-scan exim-lookup-dsearch exim-old-demime
.if !empty(PKG_OPTIONS:Mexim-build-eximon)
LOCAL_MAKEFILE_OPTIONS+=EXIM_MONITOR=eximon.bin
+PLIST_SRC+=${PKGDIR}/PLIST.eximon
USE_X11BASE=yes
.endif