diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-13 22:46:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-13 22:46:00 +0000 |
commit | 185e9e94170c372218fe02b75fd2a497a77162b5 (patch) | |
tree | 322e21e90e29046be9918b23155aeb44620cc467 /security | |
parent | Add missing @dirrm (diff) |
BROKEN: Creates files in /etc and /usr/lib
Diffstat (limited to 'security')
-rw-r--r-- | security/avmailgate/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/avmailgate/Makefile b/security/avmailgate/Makefile index 9c4deb890136..838e85af2e55 100644 --- a/security/avmailgate/Makefile +++ b/security/avmailgate/Makefile @@ -22,6 +22,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-FreeBSD NO_BUILD= yes +BROKEN= "Creates files in /etc and /usr/lib" + do-install: @${MKDIR} ${LOCALBASE}/etc/antivir @${MKDIR} /var/spool/avmailgate |