diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 13:42:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 13:42:12 +0800 |
commit | 3082b65401d86adab3138444cabed9ab721b1e5d (patch) | |
tree | 28191a575627276dda55393a292bc03acf550a9c /security/pidentd | |
parent | bb2019ec1aaf0255d4d77b19b77c486b614784ef (diff) | |
download | freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.tar.gz freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.tar.zst freebsd-ports-gnome-3082b65401d86adab3138444cabed9ab721b1e5d.zip |
Update of net Makefiles! Am I done? :)
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 |