diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-11 07:51:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-11 07:51:14 +0000 |
commit | ac9f676e9e6ce5af5a5d532026b010e85bcccf72 (patch) | |
tree | 23a8d75b4892541c2ddba54ca3e873d189786ae1 /mail/spamilter | |
parent | ef119c6a3a711d39ef9a9af3a78c02890b839353 (diff) | |
download | ports-ac9f676e9e6ce5af5a5d532026b010e85bcccf72.tar.gz ports-ac9f676e9e6ce5af5a5d532026b010e85bcccf72.zip |
Notes
Diffstat (limited to 'mail/spamilter')
-rw-r--r-- | mail/spamilter/Makefile | 4 | ||||
-rw-r--r-- | mail/spamilter/pkg-descr | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index c0ed7d4c95db..e26e11211bb7 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -17,6 +17,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= A Sendmail LibMilter filter to block spam LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYRIGHT HAS_CONFIGURE= yes USE_RC_SUBR= spamilter.sh @@ -66,6 +67,9 @@ PLIST_FILES+= bin/dnsblchk bin/dnsblupd bin/ipfwmtad bin/mxlookup \ PORTDOCS= Changelog INSTALL LICENSE docs.html docs.txt db.rcpt \ db.rdnsbl db.sndr policy.html spamilter.rc +post-extract: + ${LN} ${WRKSRC}/LICENSE ${WRKSRC}/COPYRIGHT + pre-configure: ${REINPLACE_CMD} \ -e "s=/etc/spamilter.rc=${PREFIX}/etc/spamilter.rc=" \ diff --git a/mail/spamilter/pkg-descr b/mail/spamilter/pkg-descr index e046673c9008..7fb3f53d28ac 100644 --- a/mail/spamilter/pkg-descr +++ b/mail/spamilter/pkg-descr @@ -22,6 +22,7 @@ From this, report generation and notification to recipients showing activity becomes extremely simple. LICENSE: BSD 4-clause +Copyright 2003 - Neal Horman. All rights reserved. This product includes software developed by Neal Horman. WWW: http://www.wanlink.com/spamilter/index.php |