aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spamilter/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-06-15 11:11:57 +0800
committerdinoex <dinoex@FreeBSD.org>2004-06-15 11:11:57 +0800
commit890726bb95ad2a52f9ab42197c198bf9bf7d8108 (patch)
tree0772c9a0b5c145aef0f21ea1199b1f1d36bd2266 /mail/spamilter/Makefile
parent961a08e3e4b624a3283012f0eaee6c619566b876 (diff)
downloadfreebsd-ports-gnome-890726bb95ad2a52f9ab42197c198bf9bf7d8108.tar.gz
freebsd-ports-gnome-890726bb95ad2a52f9ab42197c198bf9bf7d8108.tar.zst
freebsd-ports-gnome-890726bb95ad2a52f9ab42197c198bf9bf7d8108.zip
- update distifo
distfiles was rerolled at Apr 29 list of extensions extended example configuration files added
Diffstat (limited to 'mail/spamilter/Makefile')
-rw-r--r--mail/spamilter/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile
index 3df7e1ec1cb6..da1aa09ae2ba 100644
--- a/mail/spamilter/Makefile
+++ b/mail/spamilter/Makefile
@@ -7,6 +7,7 @@
PORTNAME= spamilter
PORTVERSION= 0.59
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.wanlink.com/spamilter/download/
EXTRACT_SUFX= .tgz
@@ -26,7 +27,9 @@ LDFLAGS+= ${PTHREAD_LIBS}
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
BINFILES= spamilter-system-report spamilter-user-report
-DOCSFILES= Changelog INSTALL LICENSE docs/docs.html docs/docs.txt
+DOCSFILES= Changelog INSTALL LICENSE docs/docs.html docs/docs.txt \
+ conf/db.rcpt conf/db.rdnsbl conf/db.sndr \
+ conf/policy.html conf/spamilter.rc
.include <bsd.port.pre.mk>
@@ -51,6 +54,8 @@ PLIST_FILES+= bin/dnsblchk bin/mxlookup bin/spamilter \
.if !defined(NOPORTDOCS)
PLIST_FILES+= %%DOCSDIR%%/Changelog %%DOCSDIR%%/INSTALL %%DOCSDIR%%/LICENSE
PLIST_FILES+= %%DOCSDIR%%/docs.html %%DOCSDIR%%/docs.txt
+PLIST_FILES+= %%DOCSDIR%%/db.rcpt %%DOCSDIR%%/db.rdnsbl %%DOCSDIR%%/db.sndr
+PLIST_FILES+= %%DOCSDIR%%/policy.html %%DOCSDIR%%/spamilter.rc
PLIST_DIRS+= %%DOCSDIR%%
.endif