diff options
author | ache <ache@FreeBSD.org> | 2002-08-23 20:14:12 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-08-23 20:14:12 +0000 |
commit | 83601852188844a9fcb67da612c843a0abaac7fc (patch) | |
tree | eb9218379a366a726b93fdd9a2200950052aa330 /security/drweb/Makefile | |
parent | a110a6f6ad28f93da0402f3ad3b9fd1de95a8188 (diff) | |
download | FreeBSD-ports-83601852188844a9fcb67da612c843a0abaac7fc.zip FreeBSD-ports-83601852188844a9fcb67da612c843a0abaac7fc.tar.gz |
Upgrade to 4.28.2
Diffstat (limited to 'security/drweb/Makefile')
-rw-r--r-- | security/drweb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile index a09deb1..4a4856c 100644 --- a/security/drweb/Makefile +++ b/security/drweb/Makefile @@ -6,8 +6,7 @@ # PORTNAME= drweb -PORTVERSION= 4.28.1 -PORTREVISION= 1 +PORTVERSION= 4.28.2 CATEGORIES= security MASTER_SITES= http://drweb.spb.ru/download/unix/ DISTFILES= ${MAIN_NAME}.tgz @@ -16,7 +15,7 @@ MAINTAINER= anton@chelcom.ru NO_BUILD= yes -WRKSRC= ${WRKDIR}/${MAIN_NAME} +WRKSRC= ${WRKDIR}/${MAIN_NAME}/install # Needed for update.pl RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 @@ -32,6 +31,7 @@ do-install: --exclude "*.key" --exclude "update/update.pl*" ${TAR} -cf - -C ${WRKSRC}/var/drweb bases | \ ${TAR} -xf - -C ${DRWEB_PREFIX} + chmod 755 ${DRWEB_PREFIX}/bases ${INSTALL_DATA} ${WRKSRC}/opt/drweb/drweb.key \ ${DRWEB_PREFIX}/drweb.key-dist ${INSTALL_DATA} ${WRKSRC}/opt/drweb/drwebd.key \ |