diff options
author | obrien <obrien@FreeBSD.org> | 1998-10-27 07:52:30 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-10-27 07:52:30 +0000 |
commit | 5fea337762af90a8cff5d17fe2538d718760e30e (patch) | |
tree | 2d0d7c6302bcf0bb75b91920fd533abed8b9e4d5 /sysutils/su2/Makefile | |
parent | 2e75ccf8832d2abc206bc05be11f02002059c899 (diff) | |
download | FreeBSD-ports-5fea337762af90a8cff5d17fe2538d718760e30e.zip FreeBSD-ports-5fea337762af90a8cff5d17fe2538d718760e30e.tar.gz |
Add to security category.
Portlint while I'm here.
Diffstat (limited to 'sysutils/su2/Makefile')
-rw-r--r-- | sysutils/su2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/su2/Makefile b/sysutils/su2/Makefile index e8da716..c4ab0e3 100644 --- a/sysutils/su2/Makefile +++ b/sysutils/su2/Makefile @@ -3,16 +3,16 @@ # Date created: 12 Sep 1996 # Whom: gurney_j@efn.org # -# $Id: Makefile,v 1.1.1.1 1996/12/19 12:10:05 max Exp $ +# $Id: Makefile,v 1.2 1997/06/26 08:57:14 jmg Exp $ # DISTNAME= su2-1.3 -CATEGORIES= sysutils +CATEGORIES= sysutils security MASTER_SITES= ftp://ftp.ccs.neu.edu/pub/sysadmin/ MAINTAINER= jmg@freebsd.org NO_CDROM= "Don't sell for profit" -MAN1= su2.1 +MAN1= su2.1 .include <bsd.port.mk> |