diff options
author | asami <asami@FreeBSD.org> | 1998-11-29 23:46:01 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-29 23:46:01 +0000 |
commit | 7b4ecddd5b480d6b16231e7dc6e3b7df069a19e0 (patch) | |
tree | 23188a9eef72fe9cc1a5f1cd3c9048f66d7d67c2 /net | |
parent | 56fd131a88e94c602ca2c1dca96c1ab31396bcc3 (diff) | |
download | FreeBSD-ports-7b4ecddd5b480d6b16231e7dc6e3b7df069a19e0.zip FreeBSD-ports-7b4ecddd5b480d6b16231e7dc6e3b7df069a19e0.tar.gz |
*groan* another typo, tcp_wrappers -> tcp_wrapper. Who committed this anyway?!?
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk-asun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netatalk-asun/Makefile b/net/netatalk-asun/Makefile index 672fcb9..121f578 100644 --- a/net/netatalk-asun/Makefile +++ b/net/netatalk-asun/Makefile @@ -3,7 +3,7 @@ # Date created: 07 Sep 1998 # Whom: stb@freebsd.org # -# $Id: Makefile,v 1.1.1.1 1998/11/24 10:24:26 stb Exp $ +# $Id: Makefile,v 1.2 1998/11/29 22:40:15 asami Exp $ # DISTNAME= netatalk-1.4b2+asun2.1.0 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.u.washington.edu/public/asun/ MAINTAINER= stb@freebsd.org -BUILD_DEPENDS= ${PREFIX}/lib/libwrap.a:${PORTSDIR}/security/tcp_wrappers +BUILD_DEPENDS= ${PREFIX}/lib/libwrap.a:${PORTSDIR}/security/tcp_wrapper MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.1 MAN3= atalk_aton.3 nbp_name.3 |