diff options
author | wxs <wxs@FreeBSD.org> | 2009-10-11 19:53:06 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-10-11 19:53:06 +0800 |
commit | 24007fab67e47f9810d5ecfd0ae26065bd55e1c3 (patch) | |
tree | 397f954a5c3c580c4404d6acebf34f61e34e896e /ftp/proftpd | |
parent | 15c4052e624cf7a148769788b50e5545df59da60 (diff) | |
download | freebsd-ports-gnome-24007fab67e47f9810d5ecfd0ae26065bd55e1c3.tar.gz freebsd-ports-gnome-24007fab67e47f9810d5ecfd0ae26065bd55e1c3.tar.zst freebsd-ports-gnome-24007fab67e47f9810d5ecfd0ae26065bd55e1c3.zip |
- Fix clamav extraction.
PR: ports/139270
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 8a50074a15b2..b3dcef11d2b5 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -20,6 +20,8 @@ MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ http://www.smartftp.com/oss/proftpd/:digest \ LOCAL/beech:digest \ LOCAL/beech:sql_tds +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER?= chris@officialunix.com COMMENT?= Highly configurable ftp daemon @@ -218,9 +220,8 @@ MODULES:=${MODULES}:mod_quotatab_sql .endif .if defined(WITH_CLAMAV) -#https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-0.11rc.tar.gz DISTFILES+= mod_clamav-0.11rc.tar.gz:clam -#EXTRACT_ONLY+= mod_clamav-0.11rc.tar.gz +EXTRACT_ONLY+= mod_clamav-0.11rc.tar.gz EXTRA_PATCHES+= ${FILESDIR}/extra-patch-modules_mod_xfer.c USE_CLAMAV= yes MODULES:=${MODULES}:mod_clamav |