diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/proftpd-mod_clamav/Makefile | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'security/proftpd-mod_clamav/Makefile')
-rw-r--r-- | security/proftpd-mod_clamav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/proftpd-mod_clamav/Makefile b/security/proftpd-mod_clamav/Makefile index 3dfd166b6e69..369497f151b4 100644 --- a/security/proftpd-mod_clamav/Makefile +++ b/security/proftpd-mod_clamav/Makefile @@ -19,7 +19,7 @@ MASTERDIR= ${.CURDIR}/../../ftp/proftpd GH_TAGNAME= v${DISTVERSION} GIT_REVISION= f0cad45 -RUN_DEPENDS+= clamd:${PORTSDIR}/security/clamav +RUN_DEPENDS+= clamd:security/clamav _PROFTPD_MODULE_DISTFILES= mod_clamav-v0.13${EXTRACT_SUFX}:clamav _PROFTPD_MODULE_EXTRACT_ONLY= mod_clamav-v0.13${EXTRACT_SUFX} _PROFTPD_MODULE_MASTER_SITES= https://codeload.github.com/jbenden/mod_clamav/legacy.tar.gz/${GH_TAGNAME}?dummy=/:clamav |