diff options
author | kris <kris@FreeBSD.org> | 2004-04-14 06:46:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-14 06:46:00 +0800 |
commit | 71b218abd8e3de4b1d353a16b6c5439d130c0c53 (patch) | |
tree | 19da9842b1e9b0bca2a3fd4729b381d5ea3738c8 /security/avmailgate | |
parent | f18eb22a8be1ae4048f5c00ea4d2264a8e37db02 (diff) | |
download | freebsd-ports-gnome-71b218abd8e3de4b1d353a16b6c5439d130c0c53.tar.gz freebsd-ports-gnome-71b218abd8e3de4b1d353a16b6c5439d130c0c53.tar.zst freebsd-ports-gnome-71b218abd8e3de4b1d353a16b6c5439d130c0c53.zip |
BROKEN: Creates files in /etc and /usr/lib
Diffstat (limited to 'security/avmailgate')
-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 |