diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-03 17:39:39 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-03 17:39:39 +0000 |
commit | dd746f7ead4d78c64a64b4ff7670aaca72af53a5 (patch) | |
tree | 643d447256311e5b125ede3f5e5f425ed98dc8af /mail | |
parent | 71552b71341e8eeca635991d1b4f6a9cab960518 (diff) | |
download | ports-dd746f7ead4d78c64a64b4ff7670aaca72af53a5.tar.gz ports-dd746f7ead4d78c64a64b4ff7670aaca72af53a5.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2-antispam-plugin/Makefile | 7 | ||||
-rw-r--r-- | mail/dovecot2-antispam-plugin/pkg-message | 4 | ||||
-rw-r--r-- | mail/dovecot2-antispam-plugin/pkg-plist | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/mail/dovecot2-antispam-plugin/Makefile b/mail/dovecot2-antispam-plugin/Makefile index e9cc47ec195a..545349a15514 100644 --- a/mail/dovecot2-antispam-plugin/Makefile +++ b/mail/dovecot2-antispam-plugin/Makefile @@ -3,13 +3,13 @@ PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20101222 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= http://www.bamus.cz/distfiles/ DISTFILES= dovecot-antispam-plugin-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -COMMENT= The dovecot 2.x plugin for spam systems training +COMMENT= Dovecot 2.x plugin for spam systems training BUILD_DEPENDS= dovecot>=2.0.7:${PORTSDIR}/mail/dovecot2 \ gawk:${PORTSDIR}/lang/gawk @@ -27,6 +27,9 @@ ACLOCAL_ARGS= -I m4 MAN7= dovecot-antispam.7 +PLIST_FILES= lib/dovecot/lib90_antispam_plugin.so +PLIST_DIRSTRY= lib/dovecot + post-install: @${CAT} ${PKGMESSAGE} diff --git a/mail/dovecot2-antispam-plugin/pkg-message b/mail/dovecot2-antispam-plugin/pkg-message index 7b55f76cda90..d1a1a9083d56 100644 --- a/mail/dovecot2-antispam-plugin/pkg-message +++ b/mail/dovecot2-antispam-plugin/pkg-message @@ -1,10 +1,10 @@ --------------------------------------------------------------------- - + This port assumes you are known with Dovecot and have it installed and running on the system you have installed this plugin on. Further information on configuration can be found at: - + man 7 dovecot-antispam --------------------------------------------------------------------- diff --git a/mail/dovecot2-antispam-plugin/pkg-plist b/mail/dovecot2-antispam-plugin/pkg-plist deleted file mode 100644 index 08e82ec0a5e0..000000000000 --- a/mail/dovecot2-antispam-plugin/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/dovecot/lib90_antispam_plugin.so -@dirrmtry lib/dovecot |