diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-01 20:52:47 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-01 20:52:47 +0000 |
commit | fe160e4a4b6ce4bf334a3ae3452dba51af846054 (patch) | |
tree | 125f52b88835592b1b39bf3e65ec7e3b68df55a7 /net/xarchie | |
parent | 8817550f6ff500eff973ef3dd55091af93f6db9d (diff) | |
download | ports-fe160e4a4b6ce4bf334a3ae3452dba51af846054.tar.gz ports-fe160e4a4b6ce4bf334a3ae3452dba51af846054.zip |
Notes
Diffstat (limited to 'net/xarchie')
-rw-r--r-- | net/xarchie/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile index 22fc99e3f045..0304e69bca90 100644 --- a/net/xarchie/Makefile +++ b/net/xarchie/Makefile @@ -3,13 +3,14 @@ # Date created: 24 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.2 1994/09/24 11:41:58 jkh Exp $ +# $Id: Makefile,v 1.3 1994/10/06 02:57:01 jkh Exp $ # -DISTNAME= xarchie-2.0.9 +DISTNAME= xarchie-2.0.10 +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ +MASTER_SITES+= ftp://ftp.funet.fi/pub/X11/contrib/applications/ + USE_IMAKE= yes -MASTER_SITES= ftp://ftp.uu.net/networking/info-service/archie/clients/ -EXTRACT_SUFX= .tar.Z DEPENDS= ${PORTSDIR}/net/archie .include <bsd.port.mk> |