diff options
-rw-r--r-- | security/pgp/Makefile | 5 | ||||
-rw-r--r-- | security/pgp5/Makefile | 5 | ||||
-rw-r--r-- | security/pgp6/Makefile | 5 | ||||
-rw-r--r-- | security/pidentd/Makefile | 4 | ||||
-rw-r--r-- | security/tcp_wrapper/Makefile | 4 |
5 files changed, 13 insertions, 10 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 6305b698f7d9..524435ec4838 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -4,10 +4,11 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/07/07 23:57:25 ache Exp $ +# $Id: Makefile,v 1.3 1995/07/08 00:28:30 ache Exp $ # -CATEGORIES+= utilities +CATEGORIES+= security + MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/src MAKEFILE= makefile diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 6305b698f7d9..524435ec4838 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -4,10 +4,11 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/07/07 23:57:25 ache Exp $ +# $Id: Makefile,v 1.3 1995/07/08 00:28:30 ache Exp $ # -CATEGORIES+= utilities +CATEGORIES+= security + MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/src MAKEFILE= makefile diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 6305b698f7d9..524435ec4838 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -4,10 +4,11 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/07/07 23:57:25 ache Exp $ +# $Id: Makefile,v 1.3 1995/07/08 00:28:30 ache Exp $ # -CATEGORIES+= utilities +CATEGORIES+= security + MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/src MAKEFILE= makefile diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 51934ff3fa14..3eabad9b2d17 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -3,11 +3,11 @@ # Date created: 19 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.5 1995/04/15 05:41:43 asami Exp $ +# $Id: Makefile,v 1.6 1995/05/06 00:49:36 torstenb Exp $ # DISTNAME= pidentd-2.5.1 -CATEGORIES+= networking +CATEGORIES+= security networking MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index c7ca0867fbae..ffd6add3e7fe 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -3,12 +3,12 @@ # Date created: 27 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.7 1995/05/06 11:28:43 torstenb Exp $ +# $Id: Makefile,v 1.8 1995/05/17 05:55:38 asami Exp $ # DISTNAME= tcp_wrappers_7.2 PKGNAME= tcp_wrappers-7.2 -CATEGORIES+= networking +CATEGORIES+= security networking MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ MAINTAINER= torstenb@FreeBSD.ORG |