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/Makefile | |
parent | - update to version 0.67-1 (diff) |
... and remove my experimental bsd.port.mk hacks :)
Pointy hat to: me
Diffstat (limited to 'security/clamav/Makefile')
-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 |