diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 18:42:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 18:42:12 +0000 |
commit | 6cdab0025a12419e64e33b968a7de2acb5bd4cfa (patch) | |
tree | 083cd03d2205252b22f3142764a37d64ca479b40 /security/drweb-sendmail | |
parent | 80bf05634e77e1ad8e367b9326828fa33e48b544 (diff) |
Notes
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r-- | security/drweb-sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 1c8a2918c9be..baeef39a0586 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Sendmail message filter for virus processing through DrWeb daemon BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 -RUN_DEPENDS= ${LOCALBASE}/etc/rc.d/00drwebd.sh:${PORTSDIR}/security/drweb +RUN_DEPENDS= ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drweb WRKSRC= ${WRKDIR}/${DISTNAME} |