diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-05-05 20:06:51 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-05-05 20:06:51 +0000 |
commit | f41edfe762ccf856f73f1161499173d590dfa705 (patch) | |
tree | 8c2a33d5332a9c22e9fcec56cb45bfb46c4e40b0 /security | |
parent | nclayton -> nik in the MAINTAINER line. That'll teach me to prepare (diff) |
Re-order CATEGORIES into the correct order (primary [virtuals...])
PR: ports/11508
Submitted by: Dima Sivachenko <dima@Chg.RU>
Notes
Notes:
svn path=/head/; revision=18517
Diffstat (limited to 'security')
-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 75b6c34b58e4..fde8b8df5bd7 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 |