diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/pidentd/Makefile | 5 | ||||
-rw-r--r-- | security/tcp_wrapper/Makefile | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index cf82108b00a2..6f8ead86199f 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -4,12 +4,13 @@ # Whom: torstenb # Updated to use 2.4 alpha 7 by gpalmer # -# $Id: Makefile,v 1.3 1994/12/16 23:47:46 torstenb Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:48:26 jkh Exp $ # DISTNAME= pidentd-2.4.1 -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ CATEGORIES+= networking +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ + ftp://ftp.fu-berlin.de/unix/security/ident/servers/ pre-install: @mkdir -p ${PREFIX}/sbin diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index f95e7d66fc3a..b76f1ac095ba 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -3,12 +3,14 @@ # Date created: 27 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.4 1995/02/15 19:13:55 ache Exp $ +# $Id: Makefile,v 1.5 1995/04/01 12:48:37 jkh Exp $ # DISTNAME= tcp_wrappers_7.2 -MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ +PKGNAME= tcp_wrappers-7.2 CATEGORIES+= networking +MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ + ALL_TARGET= freebsd .include <bsd.port.mk> |