diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-06-29 15:28:28 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-06-29 15:28:28 +0000 |
commit | c968b01df6a47213d46454c77be6f0d5793e05d8 (patch) | |
tree | e12f0df5091db711a3107935f4b7afc6ff0d809c | |
parent | Update to 2004.06.26 (diff) |
Correct the location of the port providing the drwebd binary.
Should fix INDEX builds.
Notes
Notes:
svn path=/head/; revision=112556
-rw-r--r-- | security/drweb-postfix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb-postfix/Makefile b/security/drweb-postfix/Makefile index 0bb55a2b0366..705510aff884 100644 --- a/security/drweb-postfix/Makefile +++ b/security/drweb-postfix/Makefile @@ -16,7 +16,7 @@ DISTNAME= drweb-clients-4.29.12-F-sources MAINTAINER= zaa@ulstu.ru COMMENT= Postfix message filter for virus processing through DrWeb daemon -RUN_DEPENDS= ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drwebd +RUN_DEPENDS= ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drweb WRKSRC= ${WRKDIR}/${DISTNAME} |