diff options
author | eik <eik@FreeBSD.org> | 2004-03-07 04:50:28 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-03-07 04:50:28 +0800 |
commit | 8d75600f9baa84a7b4edcca79cc04758312bb04d (patch) | |
tree | 06486f56f58e2eee0e3846d6c6fbd15b8c0ae8de /security | |
parent | 60cf830cb08350ac41f89ed6e79cd28196b8c605 (diff) | |
download | freebsd-ports-graphics-8d75600f9baa84a7b4edcca79cc04758312bb04d.tar.gz freebsd-ports-graphics-8d75600f9baa84a7b4edcca79cc04758312bb04d.tar.zst freebsd-ports-graphics-8d75600f9baa84a7b4edcca79cc04758312bb04d.zip |
... and remove my experimental bsd.port.mk hacks :)
Pointy hat to: me
Diffstat (limited to 'security')
-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 70d00d524ab..25f30686f61 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 |