diff options
author | asami <asami@FreeBSD.org> | 1997-06-03 14:11:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-03 14:11:35 +0800 |
commit | 02c985e6afdb3771690fa95aca0bd6d3561f22df (patch) | |
tree | ae5c8a5ac4b212e556d2d83d673832681fb9c911 /net | |
parent | 5de06c02808790bcfd9e8253880c75dd972b946d (diff) | |
download | freebsd-ports-gnome-02c985e6afdb3771690fa95aca0bd6d3561f22df.tar.gz freebsd-ports-gnome-02c985e6afdb3771690fa95aca0bd6d3561f22df.tar.zst freebsd-ports-gnome-02c985e6afdb3771690fa95aca0bd6d3561f22df.zip |
Variable reordization (LIB_DEPENDS before misc. variables).
Diffstat (limited to 'net')
-rw-r--r-- | net/rwhois/Makefile | 7 | ||||
-rw-r--r-- | net/rwhoisd/Makefile | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile index afdd2b468c92..51815cf2a45b 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$ +# $Id: Makefile,v 1.1.1.1 1997/05/30 20:13:23 jfitz Exp $ # DISTNAME= rwhois-1.0B9.2 @@ -13,11 +13,10 @@ MASTER_SITES= ftp://ftp.rwhois.net/pub/ MAINTAINER= jfitz@FreeBSD.ORG -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois - LIB_DEPENDS= wrap\\.7\\.:${PORTSDIR}/security/tcp_wrapper +HAS_CONFIGURE= YES +CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois INSTALL_TARGET= install install-sample-data install-chroot MAN8= rmkdbindex.8 rwhoisd.8 diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile index afdd2b468c92..51815cf2a45b 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$ +# $Id: Makefile,v 1.1.1.1 1997/05/30 20:13:23 jfitz Exp $ # DISTNAME= rwhois-1.0B9.2 @@ -13,11 +13,10 @@ MASTER_SITES= ftp://ftp.rwhois.net/pub/ MAINTAINER= jfitz@FreeBSD.ORG -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois - LIB_DEPENDS= wrap\\.7\\.:${PORTSDIR}/security/tcp_wrapper +HAS_CONFIGURE= YES +CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois INSTALL_TARGET= install install-sample-data install-chroot MAN8= rmkdbindex.8 rwhoisd.8 |