diff options
author | ache <ache@FreeBSD.org> | 2003-06-07 09:04:36 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-06-07 09:04:36 +0000 |
commit | b16c35cdcb12031fffca9d44f7078eec81990130 (patch) | |
tree | 2a1d1e7ba09c12dcbbf372c7332cab12225cfab3 /security/drweb/Makefile | |
parent | 3120cc744be37e170631f452ebaa747c251b1278 (diff) | |
download | FreeBSD-ports-b16c35cdcb12031fffca9d44f7078eec81990130.zip FreeBSD-ports-b16c35cdcb12031fffca9d44f7078eec81990130.tar.gz |
Upgrade to 4.29.5
Diffstat (limited to 'security/drweb/Makefile')
-rw-r--r-- | security/drweb/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile index 807b5d6..17ce5a9 100644 --- a/security/drweb/Makefile +++ b/security/drweb/Makefile @@ -6,9 +6,9 @@ # PORTNAME= drweb -PORTVERSION= 4.29.2 +PORTVERSION= 4.29.5 CATEGORIES= security -MASTER_SITES= ftp://ftp.drweb.ru/pub/unix/ +MASTER_SITES= ftp://ftp.drweb.ru/pub/unix/${PORTVERSION}/ DISTFILES= ${MAIN_NAME}.tar.gz MAINTAINER= anton@chelcom.ru @@ -19,6 +19,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${MAIN_NAME}/install +LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x # Needed for update.pl RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 @@ -30,7 +31,9 @@ do-install: @cd ${DRWEB_PREFIX}; ${RM} -f drweb drwebd bases/* updates/* ${TAR} -cf - -C ${WRKSRC}/opt/drweb . | \ ${TAR} -xf - -C ${DRWEB_PREFIX} \ - --exclude "*.key" --exclude "update/update.pl*" + --exclude "*.key" \ + --exclude "*.static" \ + --exclude "update/update.pl*" ${TAR} -cf - -C ${WRKSRC}/var/drweb bases | \ ${TAR} -xf - -C ${DRWEB_PREFIX} chmod 755 ${DRWEB_PREFIX}/bases ${DRWEB_PREFIX}/doc \ |