diff options
author | billf <billf@FreeBSD.org> | 1999-05-05 20:06:51 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-05-05 20:06:51 +0000 |
commit | 694540ff476a7bdb991a87ccf1bfa7c62b60551f (patch) | |
tree | a11179b08a3270e62484978d667c60d509c986b2 /security/identify | |
parent | 1fee0eb0e5855f1aeb60a358ea747d4e51dc90af (diff) | |
download | FreeBSD-ports-694540ff476a7bdb991a87ccf1bfa7c62b60551f.zip FreeBSD-ports-694540ff476a7bdb991a87ccf1bfa7c62b60551f.tar.gz |
Re-order CATEGORIES into the correct order (primary [virtuals...])
PR: ports/11508
Submitted by: Dima Sivachenko <dima@Chg.RU>
Diffstat (limited to 'security/identify')
-rw-r--r-- | security/identify/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/identify/Makefile b/security/identify/Makefile index 75b6c34..fde8b8d 100644 --- a/security/identify/Makefile +++ b/security/identify/Makefile @@ -3,11 +3,11 @@ # Date created: 13 March 1999 # Whom: nsayer@quack.kfu.com # -# $Id: Makefile,v 1.2 1999/04/02 19:19:55 nsayer Exp $ +# $Id: Makefile,v 1.3 1999/04/11 22:42:07 jseger Exp $ # DISTNAME= identify-0.7 -CATEGORIES= net security +CATEGORIES= security net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/tools/ MAINTAINER= nsayer@quack.kfu.com |