diff options
author | asami <asami@FreeBSD.org> | 1998-09-17 18:53:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-17 18:53:31 +0800 |
commit | 3b0c0a6128e81ee28deca1e42e1c86217690f1b8 (patch) | |
tree | ab7b39fbe4394f80297dc2ae37164c0dfb267067 /net | |
parent | 58aceafc21f98603ef313962cf5c591059c12321 (diff) | |
download | freebsd-ports-gnome-3b0c0a6128e81ee28deca1e42e1c86217690f1b8.tar.gz freebsd-ports-gnome-3b0c0a6128e81ee28deca1e42e1c86217690f1b8.tar.zst freebsd-ports-gnome-3b0c0a6128e81ee28deca1e42e1c86217690f1b8.zip |
tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile:
libwrap is a shared library so it should be LIB_DEPENDS, and delete
some spaces and tab-only lines.
Diffstat (limited to 'net')
-rw-r--r-- | net/rwhois/Makefile | 4 | ||||
-rw-r--r-- | net/rwhoisd/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile index 51815cf2a45b..b7abe40c4437 100644 --- a/net/rwhois/Makefile +++ b/net/rwhois/Makefile @@ -3,7 +3,7 @@ # Date created: May 9th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/05/30 20:13:23 jfitz Exp $ +# $Id: Makefile,v 1.2 1997/06/03 06:11:35 asami Exp $ # DISTNAME= rwhois-1.0B9.2 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.rwhois.net/pub/ MAINTAINER= jfitz@FreeBSD.ORG -LIB_DEPENDS= wrap\\.7\\.:${PORTSDIR}/security/tcp_wrapper +LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper HAS_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile index 51815cf2a45b..b7abe40c4437 100644 --- a/net/rwhoisd/Makefile +++ b/net/rwhoisd/Makefile @@ -3,7 +3,7 @@ # Date created: May 9th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/05/30 20:13:23 jfitz Exp $ +# $Id: Makefile,v 1.2 1997/06/03 06:11:35 asami Exp $ # DISTNAME= rwhois-1.0B9.2 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.rwhois.net/pub/ MAINTAINER= jfitz@FreeBSD.ORG -LIB_DEPENDS= wrap\\.7\\.:${PORTSDIR}/security/tcp_wrapper +LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper HAS_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois |