aboutsummaryrefslogtreecommitdiff
path: root/mail/spamilter/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-06-11 07:51:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-06-11 07:51:14 +0000
commitac9f676e9e6ce5af5a5d532026b010e85bcccf72 (patch)
tree23a8d75b4892541c2ddba54ca3e873d189786ae1 /mail/spamilter/Makefile
parentef119c6a3a711d39ef9a9af3a78c02890b839353 (diff)
downloadports-ac9f676e9e6ce5af5a5d532026b010e85bcccf72.tar.gz
ports-ac9f676e9e6ce5af5a5d532026b010e85bcccf72.zip
- add COPYRIGHT
Notes
Notes: svn path=/head/; revision=256352
Diffstat (limited to 'mail/spamilter/Makefile')
-rw-r--r--mail/spamilter/Makefile4
1 files changed, 4 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=" \