diff options
author | wes <wes@FreeBSD.org> | 2007-02-04 17:53:17 +0800 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2007-02-04 17:53:17 +0800 |
commit | 60ea4a7cc5148e6cadb2bc422e8e7709aa998732 (patch) | |
tree | 9b94d06a926e79189ee3735b7f92a8c21bf0b8fe /mail/mimedefang | |
parent | d19c3823ea68c78e4fab7339abd9baa5d57c5022 (diff) | |
download | freebsd-ports-gnome-60ea4a7cc5148e6cadb2bc422e8e7709aa998732.tar.gz freebsd-ports-gnome-60ea4a7cc5148e6cadb2bc422e8e7709aa998732.tar.zst freebsd-ports-gnome-60ea4a7cc5148e6cadb2bc422e8e7709aa998732.zip |
Catch the watch-multiple-mimedefangs executable and man page caught
by pointyhat.
Submitted by: Kris via pointyhat.
Diffstat (limited to 'mail/mimedefang')
-rw-r--r-- | mail/mimedefang/Makefile | 2 | ||||
-rw-r--r-- | mail/mimedefang/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index b6283b0fc5e9..5f28b6acfb38 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/mimedefang \ MAN5= mimedefang-filter.5 MAN7= mimedefang-notify.7 mimedefang-protocol.7 MAN8= mimedefang.8 mimedefang.pl.8 mimedefang-multiplexor.8 \ - md-mx-ctrl.8 watch-mimedefang.8 + md-mx-ctrl.8 watch-mimedefang.8 watch-multiple-mimedefangs.8 .include <bsd.port.pre.mk> diff --git a/mail/mimedefang/pkg-plist b/mail/mimedefang/pkg-plist index e1226d29a956..c76568708a0e 100644 --- a/mail/mimedefang/pkg-plist +++ b/mail/mimedefang/pkg-plist @@ -3,6 +3,7 @@ bin/mimedefang bin/mimedefang.pl bin/md-mx-ctrl bin/watch-mimedefang +bin/watch-multiple-mimedefangs.tcl etc/rc.d/mimedefang.sh-dist @unexec if cmp -s %D/etc/mimedefang/mimedefang-filter %D/etc/mimedefang/mimedefang-filter.example; then rm -f %D/etc/mimedefang/mimedefang-filter; fi etc/mimedefang/mimedefang-filter.example |