diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-11 15:51:14 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-11 15:51:14 +0800 |
commit | ba960b9b30d1b168420461a0d45d74a671ac318f (patch) | |
tree | 02426a6ae31c3c0c80d03a1e60918b02062b5411 /mail | |
parent | 8a28d489f3ead23a6c94f371f3f1d6ed9380afed (diff) | |
download | freebsd-ports-gnome-ba960b9b30d1b168420461a0d45d74a671ac318f.tar.gz freebsd-ports-gnome-ba960b9b30d1b168420461a0d45d74a671ac318f.tar.zst freebsd-ports-gnome-ba960b9b30d1b168420461a0d45d74a671ac318f.zip |
- add COPYRIGHT
Diffstat (limited to 'mail')
-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 |