diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 09:07:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 09:07:29 +0000 |
commit | 31814ab95abd4a099b122c3878b3e355bd1dc21b (patch) | |
tree | 0d917102e6ea8e83a63176f26bcaecdb8945e878 /security | |
parent | Add rats-1.1 (diff) |
Correct CATEGORIES to "security devel"
Notes
Notes:
svn path=/head/; revision=46694
Diffstat (limited to 'security')
-rw-r--r-- | security/pscan/Makefile | 2 | ||||
-rw-r--r-- | 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 |