diff options
author | eik <eik@FreeBSD.org> | 2004-03-19 06:12:58 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-03-19 06:12:58 +0800 |
commit | a933823bf4de9086777a54eae408042cb05d3ab3 (patch) | |
tree | 791daa73cd58cf4a7e9e48a21d9decf54c3a06a6 /security | |
parent | 49da322a33249f2c9f611812948e6ab56405af33 (diff) | |
download | freebsd-ports-gnome-a933823bf4de9086777a54eae408042cb05d3ab3.tar.gz freebsd-ports-gnome-a933823bf4de9086777a54eae408042cb05d3ab3.tar.zst freebsd-ports-gnome-a933823bf4de9086777a54eae408042cb05d3ab3.zip |
Bump definitions with new release of f-prot (4.4.1)
pacify portlint
PR: 64438
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/f-prot-sig/Makefile | 10 | ||||
-rw-r--r-- | security/f-prot-sig/distinfo | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/security/f-prot-sig/Makefile b/security/f-prot-sig/Makefile index cc27d437c95e..6ecfa49756c9 100644 --- a/security/f-prot-sig/Makefile +++ b/security/f-prot-sig/Makefile @@ -6,16 +6,17 @@ # PORTNAME= f-prot-sig -PORTVERSION= 20040307 +PORTVERSION= 20040318 CATEGORIES= security MASTER_SITES= ftp://ftp.f-prot.com/pub/ DISTFILES= fp-def.zip macrdef2.zip +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= tim@bishnet.net COMMENT= F-Prot Antivirus Signatures # F-Prot does not version their .DEF files so the port always pulls the latest. -NO_CHECKSUM= yes +IGNOREFILES= ${DISTFILES} NO_PACKAGE= Free for personal use only NO_CDROM= Free for personal use only @@ -25,11 +26,6 @@ NO_BUILD= YES NO_WRKSUBDIR= YES USE_ZIP= YES -post-extract: -.for fetched in ${DISTFILES} - ${MV} ${DISTDIR}/${fetched} ${DISTDIR}/${fetched}-${PORTVERSION}.zip -.endfor - do-install: ${MKDIR} ${PREFIX}/f-prot ${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/f-prot diff --git a/security/f-prot-sig/distinfo b/security/f-prot-sig/distinfo new file mode 100644 index 000000000000..c6492e715d40 --- /dev/null +++ b/security/f-prot-sig/distinfo @@ -0,0 +1,2 @@ +MD5 (f-prot-sig-20040318/fp-def.zip) = IGNORE +MD5 (f-prot-sig-20040318/macrdef2.zip) = IGNORE |