diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-06 20:50:28 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-03-06 20:50:28 +0000 |
commit | 24470d06ed0b29fc72855456b37d938e71908a17 (patch) | |
tree | 3f4e1485abf4a8e19ca2bbd11f6919fe509a83ba /security/clamav | |
parent | 8b8a6523a51398f4198e4262f1c237ed0d89f91c (diff) | |
download | ports-24470d06ed0b29fc72855456b37d938e71908a17.tar.gz ports-24470d06ed0b29fc72855456b37d938e71908a17.zip |
Notes
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 70d00d524abf..25f30686f61d 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -6,11 +6,11 @@ # PORTNAME= clamav -#PORTVERSION= ${DISTVERSION:S/-/./g} +PORTVERSION= ${DISTVERSION:S/-/./g} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= clamav -#DISTNAME= ${PORTNAME}-${DISTVERSION} +DISTNAME= ${PORTNAME}-${DISTVERSION} MAINTAINER= markun@onohara.to COMMENT= Command line virus scanner written entirely in C |