diff options
author | adamw <adamw@FreeBSD.org> | 2004-06-29 23:28:28 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-06-29 23:28:28 +0800 |
commit | 90489ad0d1266ceb779e5b1b33fd3fa253cf1fd7 (patch) | |
tree | 862b0db6116f4cd414290c7120611dae5b452f6f /security | |
parent | 0ea935c08f0a3ebcee584b3067003240d32ab00e (diff) | |
download | freebsd-ports-gnome-90489ad0d1266ceb779e5b1b33fd3fa253cf1fd7.tar.gz freebsd-ports-gnome-90489ad0d1266ceb779e5b1b33fd3fa253cf1fd7.tar.zst freebsd-ports-gnome-90489ad0d1266ceb779e5b1b33fd3fa253cf1fd7.zip |
Correct the location of the port providing the drwebd binary.
Should fix INDEX builds.
Diffstat (limited to 'security')
-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} |