diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-11-14 17:33:59 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-11-14 17:33:59 +0000 |
commit | a595642e37aa4f68456489bdd387d5c7dce119d0 (patch) | |
tree | 6ea9c886fd69a6fc117d3a600dac4a2496e31559 | |
parent | 3e9aff13c990723f81e984afe314f55e7efec4c4 (diff) | |
download | ports-a595642e37aa4f68456489bdd387d5c7dce119d0.tar.gz ports-a595642e37aa4f68456489bdd387d5c7dce119d0.zip |
Notes
-rw-r--r-- | mail/mailfront/Makefile | 1 | ||||
-rw-r--r-- | mail/mailfront/pkg-plist | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/mailfront/Makefile b/mail/mailfront/Makefile index a755079954e6..93a97dd05118 100644 --- a/mail/mailfront/Makefile +++ b/mail/mailfront/Makefile @@ -7,6 +7,7 @@ PORTNAME= mailfront PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ \ ${MASTER_SITE_LOCAL} diff --git a/mail/mailfront/pkg-plist b/mail/mailfront/pkg-plist index ec1899ad21e4..a3f6ea18185c 100644 --- a/mail/mailfront/pkg-plist +++ b/mail/mailfront/pkg-plist @@ -43,6 +43,8 @@ libexec/mailfront/protocol-smtp.so %%PORTDOCS%%%%DOCSDIR%%/plugin-accept-recipient.html %%PORTDOCS%%%%DOCSDIR%%/plugin-accept-sender.html %%PORTDOCS%%%%DOCSDIR%%/plugin-accept.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-api.html +%%PORTDOCS%%%%DOCSDIR%%/plugin-template.html %%PORTDOCS%%%%DOCSDIR%%/plugin-add-received.html %%PORTDOCS%%%%DOCSDIR%%/plugin-check-fqdn.html %%PORTDOCS%%%%DOCSDIR%%/plugin-clamav.html @@ -55,7 +57,6 @@ libexec/mailfront/protocol-smtp.so %%PORTDOCS%%%%DOCSDIR%%/plugin-reject.html %%PORTDOCS%%%%DOCSDIR%%/plugin-relayclient.html %%PORTDOCS%%%%DOCSDIR%%/plugin-require-auth.html -%%PORTDOCS%%%%DOCSDIR%%/plugin.html %%PORTDOCS%%%%DOCSDIR%%/pop3front.html %%PORTDOCS%%%%DOCSDIR%%/protocol-qmqp.html %%PORTDOCS%%%%DOCSDIR%%/protocol-qmtp.html |