aboutsummaryrefslogtreecommitdiff
path: root/security/clamassassin
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-05-19 03:35:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-05-19 03:35:53 +0000
commit750d38b4e82270d9bcadbc89db89a485df7e55dc (patch)
treecf8396d250adf56ea315f4dbfe67e742f3925e8d /security/clamassassin
parent525df1164b09c7002a1432c30a278d29c2565cef (diff)
downloadports-750d38b4e82270d9bcadbc89db89a485df7e55dc.tar.gz
ports-750d38b4e82270d9bcadbc89db89a485df7e55dc.zip
- Stage support
PR: 189893 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=354484
Diffstat (limited to 'security/clamassassin')
-rw-r--r--security/clamassassin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/clamassassin/Makefile b/security/clamassassin/Makefile
index 150782f142ba..ab39cc36bab5 100644
--- a/security/clamassassin/Makefile
+++ b/security/clamassassin/Makefile
@@ -10,6 +10,8 @@ MASTER_SITES= http://jameslick.com/clamassassin/
MAINTAINER= chalpin@cs.wisc.edu
COMMENT= Simple virus filter wrapper for ClamAV
+LICENSE= BSD3CLAUSE
+
BUILD_DEPENDS= sigtool:${PORTSDIR}/security/clamav \
formail:${PORTSDIR}/mail/procmail
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -17,13 +19,15 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
PLIST_FILES= bin/clamassassin
GNU_CONFIGURE= yes
+# Woky configure script doesn't actually respect prefix
+# Instead, it looks for 'bindir'... so set that.
+CONFIGURE_ARGS= --bindir=${STAGEDIR}${PREFIX}/bin
OPTIONS_DEFINE= CLAMDSCAN SUBREWRITE
OPTIONS_DEFAULT= CLAMDSCAN
CLAMDSCAN_DESC= Scanning using clamd
SUBREWRITE_DESC= Mail subject rewriting
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCLAMDSCAN}