diff options
author | kris <kris@FreeBSD.org> | 2001-08-23 17:07:29 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-23 17:07:29 +0800 |
commit | 4796223231a3b048ff5ec70256cb7c13c7dfa17d (patch) | |
tree | ba4fd841ab0b0646f76cea73aa9a92ee6786a39f /security | |
parent | babdbc6e21b1bce38a83a94d9095685732d090d8 (diff) | |
download | freebsd-ports-graphics-4796223231a3b048ff5ec70256cb7c13c7dfa17d.tar.gz freebsd-ports-graphics-4796223231a3b048ff5ec70256cb7c13c7dfa17d.tar.zst freebsd-ports-graphics-4796223231a3b048ff5ec70256cb7c13c7dfa17d.zip |
Correct CATEGORIES to "security devel"
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 7a6f2f47aaf..ea9e3e8a8ec 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 53c12795932..8d730c69340 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 |