diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
commit | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (patch) | |
tree | a1af5f735773338776c8d3edd5fc818f4890fb96 /security/pidentd | |
parent | 4bcb62c6f9e425544e90df955e8cbe045ed5130f (diff) |
Notes
Diffstat (limited to 'security/pidentd')
-rw-r--r-- | security/pidentd/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |