diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-04-14 14:16:20 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-04-14 14:16:20 +0000 |
commit | 024b0c58dbd29cdd6f2253f78f33888a3d90a198 (patch) | |
tree | 1372acb2f3245161ea0f9d95523e6ad3e09f5634 | |
parent | c5008d32f9e9f563a760262e274b4db9b83ef598 (diff) | |
download | ports-024b0c58dbd29cdd6f2253f78f33888a3d90a198.tar.gz ports-024b0c58dbd29cdd6f2253f78f33888a3d90a198.zip |
Notes
-rw-r--r-- | security/uvscan-dat/Makefile | 2 | ||||
-rw-r--r-- | security/vscan/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/uvscan-dat/Makefile b/security/uvscan-dat/Makefile index 9074780cd407..8f0603647ade 100644 --- a/security/uvscan-dat/Makefile +++ b/security/uvscan-dat/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://download.nai.com/products/datfiles/4.x/nai/ DISTNAME= dat-${PORTVERSION} EXTRACT_SUFX= .tar -MAINTAINER= kris@FreeBSD.org +MAINTAINER= jeh@FreeBSD.org NO_BUILD= YES NO_WRKSUBDIR= YES diff --git a/security/vscan/Makefile b/security/vscan/Makefile index 0560e9e92bed..5ac88223700b 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://download.nai.com/products/evaluation/virusscan/english/unix DISTNAME= vbsd414e EXTRACT_SUFX= .tar.Z -MAINTAINER= kris@FreeBSD.org +MAINTAINER= jeh@FreeBSD.org RUN_DEPENDS+= ${LOCALBASE}/sbin/update_dat:${PORTSDIR}/security/uvscan-dat |