diff options
author | ache <ache@FreeBSD.org> | 1994-12-28 06:22:33 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-28 06:22:33 +0000 |
commit | 88ad9120c75a531faf98e20d1b16a5a24157bf44 (patch) | |
tree | c1e53fe6a7b283588ae7f551a603b55052ad19ed /misc/less | |
parent | 081eb712a4c4db0282d5d396950169fb4aa61633 (diff) | |
download | FreeBSD-ports-88ad9120c75a531faf98e20d1b16a5a24157bf44.zip FreeBSD-ports-88ad9120c75a531faf98e20d1b16a5a24157bf44.tar.gz |
Use list of master sites
Diffstat (limited to 'misc/less')
-rw-r--r-- | misc/less/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile index 1c136d1..96e3b86 100644 --- a/misc/less/Makefile +++ b/misc/less/Makefile @@ -3,14 +3,11 @@ # Date created: 8 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/11/08 03:35:37 ache Exp $ +# $Id: Makefile,v 1.2 1994/11/21 23:34:36 ache Exp $ # DISTNAME= less-252 -# Commented out, often busy -# MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ -# Mirror: -MASTER_SITES= ftp://ftp.uu.net/systems/gnu/ +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/ GNU_CONFIGURE= YES .include <bsd.port.mk> |