diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 23:46:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 23:46:01 +0000 |
commit | e284ef9b4c10a31f0ff56afef0bc09177d90082d (patch) | |
tree | 477ccb00f7410a90a26c23e58eeebf339ea68d6d /net | |
parent | Fix the bug when the user specs the source address as the tun0/ppp0 (diff) |
*groan* another typo, tcp_wrappers -> tcp_wrapper. Who committed this anyway?!?
Notes
Notes:
svn path=/head/; revision=14963
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 672fcb99d377..121f578609f2 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 |