From 31814ab95abd4a099b122c3878b3e355bd1dc21b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 23 Aug 2001 09:07:29 +0000 Subject: [PATCH] Correct CATEGORIES to "security devel" --- security/pscan/Makefile | 2 +- security/rats/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/security/pscan/Makefile b/security/pscan/Makefile index 7a6f2f47aafb..ea9e3e8a8ec6 100644 --- a/security/pscan/Makefile +++ b/security/pscan/Makefile @@ -7,7 +7,7 @@ PORTNAME= pscan PORTVERSION= 1.3 -CATEGORIES= security +CATEGORIES= security devel MASTER_SITES= http://www.striker.ottawa.on.ca/~aland/pscan/ DISTNAME= ${PORTNAME} diff --git a/security/rats/Makefile b/security/rats/Makefile index 53c127959327..8d730c693408 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -7,7 +7,7 @@ PORTNAME= rats PORTVERSION= 1.1 -CATEGORIES= devel security +CATEGORIES= security devel MASTER_SITES= http://www.securesw.com/rats/ MAINTAINER= kris@FreeBSD.org